Closed a-arad closed 4 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.
I'd like to try this issue, please.
i've added your dashboard
Thank you 😅
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.