Avishek Garain
This is a machine learning metrics visualizer tool for binary and multi-class classification of data. For Binary classification, Confusion Matrix, ROC Curve and Precision Recall curves can be visualized. For multi-class classification, only Confusion Matrix can be visualized.
The app uses one heroku dyno, so it faces loading issues sometimes. Once you go to the site, and it shows connecting, but doesn't open after 15 to 20s, then simply reload the site. Once it shows connecting, open some other pre-opened tab of the browser window. Then come back to the site after 5 to 6 secs. It will open by then.
- Support Vector Machine (SVM)
- Logistic Regression
- Random Forest
- Nearest Neighbors
- Decision Tree
- Neural Net(MLP)
- AdaBoost(Decision Tree Classifier kernel)
- Naive Bayes
- Quadratic Discriminant Analysis(QDA)
- Upload a .csv file.
- The 1st column should contain the labels and every column should have a header.
- Select any one of the algorithms.
- Select hyperparameters according to your choice.
- Select any one metric at a time to display. (Only one at a time)
- Press classify.
- The label column should have heading 'type'.
To view your data select "Show Raw data" option.
By default UCL mushrooms dataset is loaded.