Skip to content

swagluke/CS7641-Machine-Learning

 
 

Repository files navigation

CS7641-Machine-Learning

Assignment 1

Folder structures

Please ensure these folders are in place

.
supervised_learning
|--|-- src
|--|-- data
|--|-- plot
|--|-- models

How to run

Run the following commands. All charts will be created in the plot folder. All hyperparameter-tuned models will be created in the models folder.

1. install libraries using   `pip install requirements.txt`
2. `cd supervised_learning`
3. `cd\src`
4. `python experiments.py`

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.7%
  • Python 2.3%