Skip to content

Machine learning application to test different types of classifiers and the combination of their hyperparameters.

Notifications You must be signed in to change notification settings

Alejandro-ZZ/ML-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Web App with Streamlit and Python

Machine learning application to test different types of classifiers and the combination of their hyperparameters with the Sklearn library.

A binary classification is performed with the Kaggle "mushrooms" dataset. The objective is to classify mushrooms as either edible or poisonous mushrooms.

Run in your PC

  1. Clone this repository
  2. Follow the Streamlit documentation to install Streamlit
  3. Open a terminal in your environment (in the path where the cloned repository is located) and type: streamlit run ML_web_app.py
  4. Select the classifier and its hyperparameters from the left menu and click the "Classify" button at the bottom to build the model

Visual appearance of the web app

WebApp

About

Machine learning application to test different types of classifiers and the combination of their hyperparameters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages