You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project uses various classification algorithms such as :
K Nearest Neighbor(KNN)
Decision Tree
Support Vector Machine
Logistic Regression
to build a classifier.After building classifiers with the above mentioned algorithms the Jaccard index, F-1 Score and LogLoss are calculated for each algorithms and the best classifier is chosen.