Skip to content

arandomdude24/cs559-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents of Package:
final.py - Contains the code for parsing the dataset and implementing the KNN classifiers before and after doing Fisher's Linear Discriminant
graphs.py - Contains the code that generates the graphs of the experiment based on the data returned from final.py
results.txt - A text file that contains a sample output from running final.py with the function calls(26)
Wynk.csv - The dataset we are using
readme.txt - A text file that I hope helps you with understanding the contents of this submission
Report.docx - Contains the report for the project

Instructions:
final.py contains two functions
func(k): performs the actual code with the k value as the param
calls(n): calls the func(k) method multiple times up to n

You should start with just doing func(1), takes around 7 minutes
calls(n) can take a very long time based on the parameter you pass to it

ASSUMPTIONS: THE INPUT YOU PROVIDE TO THE METHODS ARE VALID!!!!!
I did not error handle the parameters

I DO NOT GIVE PERMISSION TO REUSE THIS CODE UNDER ANY CIRCUMSTANCES

About

CS 559 - Machine Learning Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages