DistrictDataLabs / cultivar

Multidimensional data explorer and visualization tool.
http://trinket.districtdatalabs.com
Apache License 2.0
52 stars 18 forks source link

Interactive slider for hyperparameter tuning #70

Open rebeccabilbro opened 8 years ago

rebeccabilbro commented 8 years ago

Figure out how to create an interactive slider for hyperparameter tuning, similar to the K Nearest Neighbor slider at: http://scott.fortmann-roe.com/docs/BiasVariance.html. Will probably require Javascript. Should allow for different kinds of models and hyperparameters

rebeccabilbro commented 7 years ago

See source code for ipywidgets slider: http://ipywidgets.readthedocs.io/en/latest/examples/Using%20Interact.html

see also bokeh implementation, which might be the same: http://bokeh.pydata.org/en/latest/docs/gallery/slider.html