The-best-Classifier

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.