Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 588 Bytes

File metadata and controls

16 lines (12 loc) · 588 Bytes

IDA_Homework

Solomon's IDA Homework

  • OS: Windows 10
  • Language: Python 3.7.1

How to run

  • run pip install requirements.txt
  • run python /src/preprocess/generate_charts.py to generate relevant charts
  • run python /src/classification/bayesian_classifier.py ratio to test bayesian model
  • run python /src/classification/knn_classifier.py ratio k to test KNN model
  • run python /src/regression/logistic_regression.py to test logistic model

ratio : train set's percentage in the data set

k : the number of the nearest neighbors in the KNN mode