Python - Data Measures
Description
Covers basic statistical measurements in data mining.
Installation
Must be using Python 3 or higher (recommended python 3.5 or higher).
Recommended to use a Python Virtual Environment. For details, see https://git.brandon-rodriguez.com/python/example_projects/virtual_environments.
Once in the desired environment, open a terminal, cd to project root, and run pip install -r requirements.txt
.
Running the Program
Run the program from with your desired environment via python ./main
while at the project root.
References
See the documents/references.md
file.