Final project for the following course: Machine Learning with Python
Results for the classifiers used:
Algorithm | Jaccard | F1-score | LogLoss |
---|---|---|---|
KNN | 0.685 | 0.626 | NA |
Decision Tree | 0.722 | 0.718 | NA |
SVM | 0.796 | 0.758 | NA |
LogisticRegression | 0.740 | 0.660 | 0.567 |