You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking the docs about Kmeans, and I couldn't find parameter or attribute to get the WCSS, this could helps to find the optimal cluster. The Scikit-Learn implementation in Python is using the attributes called inertia_.
I was checking the docs about Kmeans, and I couldn't find parameter or attribute to get the WCSS, this could helps to find the optimal cluster. The Scikit-Learn implementation in Python is using the attributes called inertia_.