Skip to content

JadeMaveric/MachineLearningViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Viz Open in Streamlit

Interactive Streamlit Visualisation for a Machine Learning Algorithms I learn in college

Usage instructions

  1. From the sidebar, select a visualisation get started
  2. Follow the instructions to setup the visualisation
  3. Profit!

Current Algorithmns

  • Find-S
  • Candidate Elimination
  • Decision Trees
  • Naive Bayes (Discrete)
  • Naive Bayes (Continuous)
  • Perceptron
  • Bayesian Networks

Dev Environment Setup

  1. Clone this repo
  2. Make sure you have pipenv installed
  3. Setup a venv and install dependencies pipenv install
  4. Start streamlit with the venv pipenv run streamlit run main.py