Interactive Streamlit Visualisation for a Machine Learning Algorithms I learn in college
- From the sidebar, select a visualisation get started
- Follow the instructions to setup the visualisation
- Profit!
- Find-S
- Candidate Elimination
- Decision Trees
- Naive Bayes (Discrete)
- Naive Bayes (Continuous)
- Perceptron
- Bayesian Networks
- Clone this repo
- Make sure you have pipenv installed
- Setup a venv and install dependencies
pipenv install
- Start streamlit with the venv
pipenv run streamlit run main.py