K-Mode Clustering | Solved Example | Implementation

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

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

  • @ptkplum
    @ptkplum 3 года назад +1

    Thank you Kab. You are a great teacher.

  • @zainali-pm1mn
    @zainali-pm1mn Год назад

    Good explaination mam ❤

  • @himanshukumarsharma9098
    @himanshukumarsharma9098 4 года назад +1

    Really Helpful. Thank you so much :)

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

    Thanks a lot mam for clear explanation ✨

  • @lourdesmartinez1486
    @lourdesmartinez1486 4 года назад +1

    Hello Suganya, thank you very much for this presentation of k-modes. I understand that it is not necessary to encode the data? Or maybe it is required in a particular case? if so, which encoding is the most pertinent (i.e. onehot, label, etc.). Thank you!

    • @SuganyaKarunamurthy
      @SuganyaKarunamurthy  4 года назад +1

      Thank you and K-Modes can process nominal data as such without encoding.
      If your dataset has combination of both discrete and continuous values, then K-Modes may not be suitable.

    • @SuganyaKarunamurthy
      @SuganyaKarunamurthy  4 года назад +1

      Encoding for Categorical values
      ruclips.net/video/B1CU7s2Fktk/видео.html

  • @kapilgupta4586
    @kapilgupta4586 4 года назад

    Hi Suganya -- Firstly, very well explained K-Mode Clustering. Now my question is how we will choose the optimal value of K in K-Mode Clustering like how we did in K-Means. I have tried using Elbow & Silhouette method in python but I can't calculate score value for K-Mode in python( for ex syntax --> kproto_1.fit(df_array).score(df_array)). Please advice which approach & how we will get to know optimal value of k in K-Mode Clustering in Python.Thanks.

  • @DrKARUNAMURTHY
    @DrKARUNAMURTHY 4 года назад

    Clear explanation

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

    Where do I get more information about k-modes?

  • @SUCHETA239
    @SUCHETA239 4 года назад

    Hello, Thank you for this presentation. Could you please give further insights on how to determine cluster numbers by using an algorithm in Python for k-modes clustering? It would be really beneficial if you kindly provide the code for the same.

  • @vidigalsmth
    @vidigalsmth 3 года назад +1

    Thank you!

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

    Hi, Mam thanks for the video. I have a similar problem statement but the problem is I wanted to cluster the doctors based on hospitals to send personalized emails. There are over 10k distinct hospitals and there may be more than one doctor associated with each hospital. So here if I choose a cluster size of 10k for each hospital, is it a good idea as it might increase complexity?

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

      it will increase complexity. The decision may be taken based on size of dataset

  • @error-my9ut
    @error-my9ut Год назад

    thx mam