/FirstProject

First project for ML class

Primary LanguagePython

Overview

233COSI-149B-1 : Practical Machine Learning with Big Data Project #1

Running the code

You probably want to use the latest version of Python.

  1. Get your virtual environment up and running: python -m venv env

  2. Install dependencies: python -m pip install -r requirements.txt

  3. Run the driver script: python main.py