ML Group Project
- Create Python 3 virtual environment by running
python3 -m venv . - Unzip the sqlite3 database by doing
unzip database.sqlite.zip - Activate the virtual environment by running
source ./bin/activate - Install needed dependencies by running
pip install sklearn scipy pandas numpy matplotlib - Run
python main.pyto execute the code - Deactivate the virtual environment by either closing the shell window or by running
deactivate
- Unzip the sqlite3 database by doing
unzip database.sqlite.zip - Install needed dependencies by running
pip3 install sklearn scipy pandas numpy matplotlib - Run
python3 main.pyto execute the code