Recent questions tagged clustering

0 0 votes
0 0 answers
1.5k
1.5k views
I have a dataset with 7 labels in the target variable.X = data.drop('target', axis=1) Y = data['target'] Y.unique()array(['Normal_Weight', 'Overweight_Level_I', 'Overweig...
1 1 vote
1 1 answer
1.1k
1.1k views
how to choose the number of clusters based on intertia and based on silhouette using K-means
To see more, click for the full list of questions or popular tags.