Solomon's IDA Homework
- OS: Windows 10
- Language: Python 3.7.1
- 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