Skip to content

Jupyter notebook with visualization of K-means algorithm result on 3D data.

Notifications You must be signed in to change notification settings

konradsitarz/interactive-k-means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive K-means in 3D

This is an example of using widgets with ipyvolume to visualize 3D data clustering with K-means algorithm.


Prerequisites

Docker or Jupyter notebook with ipyvolume and ipywidgets installed.


Run notebook

Start docker container with:

docker run -p 8888:8888 sitarzkonrad/interactive-k-means:latest

Next go to http://localhost:8888 and open interactive_k_means.ipynb.


Alternatively run it on your host with jupyter notebook command. Remember that ipyvolume and ipywidgets must be installed and the extensions enabled.

About

Jupyter notebook with visualization of K-means algorithm result on 3D data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published