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