End-to-end Kmeans Cluster analysis in R with a Customer Segmentation Project

Поділитися
Вставка
  • Опубліковано 1 жов 2024

КОМЕНТАРІ • 13

  • @DataHeroes
    @DataHeroes  4 місяці тому

    Download here the Cluster Analysis script and the data for this project: data-heroes-2.ck.page/cluster_analysis

  • @AayushKumarak2401
    @AayushKumarak2401 3 роки тому +2

    A very good mix of tech and stats without going too much into any of it. Very well done

  • @SimoBenziane
    @SimoBenziane 3 роки тому +2

    This is amazing, Thank you. very on point explanation.
    Question: Can it be in a dashboard as a Webapp? to get Live information from a cllient and decide to which cluster they belong to ?

    • @SimoBenziane
      @SimoBenziane 3 роки тому

      @@DataHeroes I found one video doing exactly that:
      ua-cam.com/video/EC53ftrYf9A/v-deo.html
      Your video helped me a lot thank you tons

  • @jorgedias7238
    @jorgedias7238 Рік тому

    At 16:45, when normalizing, why did you want to create a data frame instead of a matrix?
    Only for simplifying visualization purpose?
    Would the rest of calculation be different if you had done
    dataset

  • @jorgedias7238
    @jorgedias7238 Рік тому

    The best Kmeans example I've seen on UA-cam. The majority of practical videos uses Iris Dataset (which only as nominal variables). This one has nominal variables, boolean, nominal with nule values, etc. Keep up the good work!

  • @thiendinh4632
    @thiendinh4632 2 роки тому

    Thank you a lot, very useful example. Can I know how can we choose the range of cutoff ( example is -0.35 and 0.35 )?

  • @romainvanderelst3226
    @romainvanderelst3226 Рік тому

    May I ask you which version of Rsudio are you using?

    • @anacarolinaaraujo5313
      @anacarolinaaraujo5313 11 місяців тому

      Hi there. Have you managed to run all the functions? mine crashed at the end (plotting)

  • @AsmaaSabiri
    @AsmaaSabiri 3 роки тому

    Thanks a lot. Very well Explained.

  • @kirstenkeith9427
    @kirstenkeith9427 Рік тому

    Why did you scale the dataset on 1:16?

    • @DataHeroes
      @DataHeroes  10 місяців тому

      So that all variables have similar weights during clustering