Skip to content

pavelvind/decision_tree_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decision Tree Visualizer

This project is a CART (binary splits + Gini impurity) decision tree implementation built from scratch
streamlit_app.py wraps it in a lightweight Streamlit UI for exploring predictions sample-by-sample.

Live demo

decisiontreevis.streamlit.app

Run locally

pip install -r requirements.txt
streamlit run streamlit_app.py

About

Resources

Stars

Watchers

Forks

Languages