Skip to content

dayhost/CAP6610-Project-2

Repository files navigation

README

pre-installed package

  • You need to installed numpy, sklearn and skrvm in your envoriment.
  • Or you can run 'pip install -r requirements.txt'

How to run whole the code

  • User could use jupyter notebook to run it
  • First open a terminal and cd to this folder
  • Second type 'jupyter notebook' in the terminal and hit enter.
  • Third, run the notebook from top to the botton

How to run your own test data

  • If you want to change test data, you could find the cell under "Load the test data set".
  • Then, load your data in the script and go to next cell under "Run TestMyClassifier to get YTest".
  • Third, run the "Test accuracy" cell to see the accuracy of the test data.

Project Structure

  • There are 4 python files and 1 python-notebook file

About

The is the course project for Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published