A typical Classification Machine Learning project leverages mushrooms data to classify them as edible or poisonous. This web app is aimed to train any model given by the user and also the user can vary the parameters and see the results accordingly to see which model and parameters fit accurately.
This project tries to create a model based on data provided at https://www.kaggle.com/uciml/mushroom-classification. The output algorithms have been used to test if they can maintain their accuracy in classifying the mushrooms . As this is a problem of binary classification; Three algorithms have been used:
- Support Vector Machine Classifier.
- Logistic Regression.
- Random Forest Classifier.
This project is licensed under the MIT LICENSE.
https://mush-class.herokuapp.com
- Adarsh Pal adarshpal999@gmail.com