Back to Bokeh

Clustering Example

examples/server/app/clustering/README.md

3.10.0.dev4682 B
Original Source

Clustering Example

Create a clustering visualization app with the Bokeh server and scikit-learn.

</img>

Setting Up

This demo requires the scikit-learn package in order to run. To install scikit-learn using conda, execute the command:

conda install scikit-learn

To install using pip, execute the command:

pip install scikit-learn

Running

To view the app directly from a Bokeh server, navigate to the parent directory examples/server/app, and execute the command:

bokeh serve --show clustering