shawnvega/ml_project3
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This Code requires Python 3.5 with the following libraries installed csv sklearn numpy matplotlib panda to run the code after the libraries are installed, type in the console: "python file_name" where file_name is one of the files below: human_adaboost.py human_decision_tree.py human_knn.py human_neural.py human_svm.py iris_adaboost.py iris_decision_tree.py iris_knn.py iris_neural.py iris_svm.py