project-palooza / unsupervised

0 stars 3 forks source link

clustering dashboard #3

Closed a-arad closed 4 months ago

a-arad commented 5 months 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 5 months ago

I'd like to try this issue, please.

a-arad commented 4 months ago

i've added your dashboard

ang2887 commented 4 months ago

Thank you 😅