Skip to content

jayantb1019/streamlit-decision-trees

Repository files navigation

streamlit-decision-trees

Decision Trees - hyper parameter tuning demo using Streamlit

Demo

Go here

Adding / Removing Functionality

  • Edit the .py file to add / remove functionality

Hosting on Heroku

  • You could host this on heroku by creating an app and pushing the contents.
  • Read this guide on hosting a streamlit app on heroku
  • For Graphviz to work on heroku, you need to add a buildpack. Look here for instructions.
  • After you add graphviz, if your python environment is not being set up properly, go to application settings on heroku and add python buildpack in 'BuildPacks' section.

Local Hosting

  • Install streamlit using pip install streamlit. Look here for installation guide.
  • Run streamlit run <file.py>
  • More examples and documentation of streamlit can be found here

More about my work here

My Analytics Blog is here

About

Hyper Parameter Tuning in Decision Trees using Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published