Part 41 How to Choose the Number of Clusters

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • 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,

Комментарии • 14

  • @jamesnewport4198
    @jamesnewport4198 2 месяца назад

    Really useful explanation, thank you

  • @sachinhota1473
    @sachinhota1473 3 года назад +2

    A very clear explanation of Elbow method used to identify k in k-means clustering.
    Thanks a lot !!!

  • @thangtran145
    @thangtran145 2 года назад +1

    Absolutely wonderful explanation! Really helpful guys! Please keep it up!

  • @xiaoqizheng7476
    @xiaoqizheng7476 Год назад

    thanks a lot! very clear and interesting explanation!

  • @nicorubino5636
    @nicorubino5636 7 месяцев назад

    Thanks for sharing this! ☺

  • @avnerbatat5103
    @avnerbatat5103 Год назад

    great explanation

  • @vitorribeirosa
    @vitorribeirosa 3 года назад

    Thanks for your explanation.
    You clarified my doubts.

  • @gregmaland5318
    @gregmaland5318 2 года назад

    Very well done!

  • @luciferjohn8971
    @luciferjohn8971 3 года назад +2

    Nice explanation.
    Just one thing Could you please explain what is (x)
    Are these the data points?

    • @mazi082
      @mazi082 2 года назад

      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()

  • @slartidan
    @slartidan 11 месяцев назад

    Can we use an equation to find the "ellbow", or is it necessary a human decision? Maybe the "derivation" can help?

  • @user-jp4ep9ht1o
    @user-jp4ep9ht1o Год назад

    👍

  • @Rahul-qe9gc
    @Rahul-qe9gc 3 года назад

    What about Silhouette score and Visualization?

  • @Axiom23573
    @Axiom23573 Год назад

    Monotonously Decreasing Function 😂