rajathkotyal / Classification_Model_Selector

Test out various classification models like SVM,GaussianNB,K-Nearest etc. on your dataset by applying various hyper parameters In real time & choose the best model for your data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classification_Model_Selector

Test out various classification models like SVM, GaussianNB, K-Nearest etc.. on your dataset by applying various hyper parameters in real time & choose the best model for your data.

How to use :

  1. Preprocess your dataset such that there are no missing values & no strings in the columns.
  2. Label the output vector column as Outcome .i.e.
X1 X2 X3 ... Xn Outcome
0
1
  1. Upload the dataset in CSV format.
  2. Choose the desired model from the side bar, Tweak the hyper parameters, Choose the matric & click classify.
  3. Analyse the graphs, select the model with the highest accuracy & precision.
  4. Use the selected model to train your dataset in any app you are building as it will be the best fit for that particular dataset.

home

Link to use :

Click me to use the tool

About

Test out various classification models like SVM,GaussianNB,K-Nearest etc. on your dataset by applying various hyper parameters In real time & choose the best model for your data.


Languages

Language:Python 99.4%Language:CSS 0.6%