Part 41 How to Choose the Number of Clusters
ฝัง
- เผยแพร่เมื่อ 8 ก.พ. 2025
- Statistics,
Data Science,
Python,
machine learning,
Benefits of Data Science,
Linear regression,
Multiple Linear Regression,
Logistic Regression,
Cluster Analysis,
K-Means Clustering,
Other Types of Clustering
Popular Data Science Tools,
Careers in Data Science,
Descriptive Statistics,
OLS,
R-Squared,
Test for Significance of the Model (F-Test),
Linearity,
No Endogeneity,
Normality and Homoscedasticity,
Multicollinearity,
A very clear explanation of Elbow method used to identify k in k-means clustering.
Thanks a lot !!!
Really useful explanation, thank you
Absolutely wonderful explanation! Really helpful guys! Please keep it up!
Thanks for sharing this! ☺
thanks a lot! very clear and interesting explanation!
Thanks for your explanation.
You clarified my doubts.
Very well done!
Can we use an equation to find the "ellbow", or is it necessary a human decision? Maybe the "derivation" can help?
Nice explanation.
Just one thing Could you please explain what is (x)
Are these the data points?
x is the numeric columns selected from the dataframe (iloc or loc method). Remember you cant use a catagroical columns for this exercise.
Aslo when plotting the KMeans clusters, you should use numeric columns only (remeber to comvert x to numpy arrray, e,g x.to_numpy()
What about Silhouette score and Visualization?
👍
Monotonously Decreasing Function 😂