First clone this repository. Then pip (or conda) install all dependencies. To do so use:
- Use
pip install -r requirements.txt
in this directory - OR manually pip (or conda) install these dependencies:
run bokeh serve --show ExploreKFold
in this directory.
Now Bokeh should open a new browser (tab) and display the dashboard.
Here is a link to a deployed online version:
https://explore-kfold-cross-validation.herokuapp.com/main
Please note:
This link will not always work. Due to my use of the hobby version of heroku this version is limited in how many people can access it at the same time.