project-palooza / unsupervised

0 stars 3 forks source link

clustering dashboard #3

Closed aradmschool closed 3 days ago

aradmschool commented 4 weeks ago

make a dashboard showing data points color-coded by kmeans cluster label in 2 or 3 dimensions.

to map data to a 2 or 3 dimensions use t-SNE or PCA. both techniques are available in scikitlearn and well documented.

put other relevant information in the dashboard.

use a python native dashboarding solution, like plotly/dash.

ang2887 commented 3 weeks ago

I'd like to try this issue, please.

aradmschool commented 3 days ago

i've added your dashboard

ang2887 commented 2 days ago

Thank you 😅