/COMP472Assignment

COMP 472: AI Assignments

Primary LanguagePython

COMP472Assignment

COMP 472: AI Assignments

Instructions:

Packages required:

  • sklearn
  • pandas
  • numpy
  • matplotlib

Dataset:
Add directory Assig1-Dataset, available in assignment 1 handout, to root of project (check constants.py)

Select model to run:
Edit app.py to flag which model to run.
'graph' will graph the initial values.
All others will run a specific model.

Run:
python app.py