Solomon's IDA Homework
- OS: Windows 10
- Language: Python 3.7.1
- run
pip install requirements.txt - run
python /src/preprocess/generate_charts.pyto generate relevant charts - run
python /src/classification/bayesian_classifier.py ratioto test bayesian model - run
python /src/classification/knn_classifier.py ratio kto test KNN model - run
python /src/regression/logistic_regression.pyto test logistic model
ratio : train set's percentage in the data set
k : the number of the nearest neighbors in the KNN mode