Skip to content

nickolyamba/Supervised-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supervised Learning

Used datasets:

  1. Default of Credit Card Clients
  2. White Wine Quality

Models computed using WEKA CLI:

  • Decision Trees
  • Boosted Decision Trees
  • ANN

Models computed using Scikit-Learn:

  • KNN
  • SVM

Notes

  • Bash scripts require specific paths for the data input and output. See these paths defined in the beginning of each script
  • Dependencies: numpy, matplotlib, pandas, and sklearn