The selection of the right number of clusters in K-Means is often done using the _________ method.
- Centroid
- Elbow
- Gap
- Silhouette
The Elbow method is used to find the optimal number of clusters in K-Means by plotting the variance as a function of the number of clusters and finding the "elbow" point.
Loading...
Related Quiz
- You reduced the complexity of your model to prevent overfitting, but it led to underfitting. How would you find a balance between complexity and fit?
- You implemented L1 regularization to prevent overfitting, but the model's performance did not improve. What could be the reason, and what alternative approach would you try?
- How does Principal Component Analysis (PCA) work as a method of dimensionality reduction?
- In time series forecasting, the goal is to predict future ________ based on past observations.
- Why might you choose to use Polynomial Regression in a model?