/ml-edu-1-confusion-matrix

A simple webapp to understand Machine Learning algorithms and metrics

Primary LanguagePythonMIT LicenseMIT

Machine Learning Education

This streamlit web app collects some lessons on Machine Learning.

Online demo

Demo online:

https://share.streamlit.io/sebastiandres/ml_edu/main

Local run

To run locally, install the dependencies:

pip install -r requirements.txt

Run the following command:

streamlit run streamlit_app.py