Data Analyst Portfolio Project #2: Python Customer Segmentation & Clustering

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 113

  • @nezzylearns
    @nezzylearns ปีที่แล้ว +16

    This is an exceptional walkthrough, especially how you vividly explain the process of visualizing the data.

    • @absentdata
      @absentdata  ปีที่แล้ว

      Lovely Feedback! Thanks. I am glad you enjoyed it.

  • @aditideshpande5566
    @aditideshpande5566 6 หลายเดือนก่อน +3

    Thank you so much for an exceptional well explained and clear video better than what I learnt in my masters degree!

  • @janakiyeluripati6368
    @janakiyeluripati6368 2 ปีที่แล้ว +9

    I followed till 32 min as I am not into ML. I just loved it. Understood univariate, bivariate. Want more videos like this. Love from India. Stay blessed.

    • @absentdata
      @absentdata  2 ปีที่แล้ว +2

      Thank you so much! I am glad you finished the video and understood the exploratory data analysis steps. You also stay blessed!

  • @Yett1hhh
    @Yett1hhh ปีที่แล้ว +5

    for i in columns:
    plt.figure()
    sns.kdeplot(data=df, x=i, shade=True, hue='Gender')

  • @ai.simplified..
    @ai.simplified.. 3 ปีที่แล้ว +9

    More usefull than hours of clas, good job 😍

  • @mospher9253
    @mospher9253 10 หลายเดือนก่อน +1

    Better than most of the big channels around there
    Really good explanation and project step by step
    Can you do other video like this using other types of Clustering like GMM and others and do a more detailed analysis and conclusions
    as well thank you for the time you put on this video it was super helpful

    • @absentdata
      @absentdata  10 หลายเดือนก่อน +1

      Ibreally appreciate this. Sure I'll do more detail analysis on clustering

  • @muskanmodi724
    @muskanmodi724 ปีที่แล้ว +7

    Hello.. for the kdeplot at 16:35, when I'm adding hue=df['Gender'], it is giving error The following variable cannot be assigned with wide-form data: `hue`

    • @juancamilosanchez4693
      @juancamilosanchez4693 ปีที่แล้ว +12

      You can solve this by adding this to the code: x=df['Annual Income (k$)'], and then you put the hue and it works

    • @mercyolaleye7502
      @mercyolaleye7502 ปีที่แล้ว

      @@juancamilosanchez4693 Thanks, this helped.

    • @iwojoseph
      @iwojoseph ปีที่แล้ว

      @@juancamilosanchez4693 this worked! Thanks!

    • @StrangeMemes52
      @StrangeMemes52 ปีที่แล้ว

      @@juancamilosanchez4693 yeah , thanks, this worked

    • @kostantinaorselli1093
      @kostantinaorselli1093 ปีที่แล้ว

      @@juancamilosanchez4693 why does this solve that problem?

  • @Maliiik804
    @Maliiik804 3 ปีที่แล้ว +1

    waiting for it from a long! Thanks for uploading this great content

    • @absentdata
      @absentdata  3 ปีที่แล้ว

      Glad you're enjoying the content!

  • @thanomnoimoh9299
    @thanomnoimoh9299 3 ปีที่แล้ว +1

    Python great way to analysis awesome!!! thank you for great clip.

  • @AbdulazeezAbdulateef
    @AbdulazeezAbdulateef 10 วันที่ผ่านมา

    Pls I’m having issues when I run do.corr() at 31:11. It’s bringing value error when I run the code.

  • @batoolalshareef9456
    @batoolalshareef9456 ปีที่แล้ว

    Thanks alot, It's a great efforts,, keep on going, and share more videos like this 👍🌺🌺🌺

  • @brandonwarfield5611
    @brandonwarfield5611 ปีที่แล้ว

    This is gold!!! I'm upset I'm just finding your channel!!!

    • @absentdata
      @absentdata  ปีที่แล้ว +1

      I am glad that you found the channel. Share it with anyone you think it will help!

  • @AbdulazeezAbdulateef
    @AbdulazeezAbdulateef 10 วันที่ผ่านมา

    Please who has idea of what happen when I run df.corr @ 31:11. Its printing value error when I run the code

  • @javeda
    @javeda ปีที่แล้ว +1

    Please also tell how did you implemented code autocompletion in Jupyter notebook

  • @faa_z
    @faa_z ปีที่แล้ว

    Amazing video, thank you a lot, i only have question in
    21:52
    you said that from the graph seems like there is more femal than male, how did you know, is it because the median?

    • @absentdata
      @absentdata  ปีที่แล้ว

      The value count function will count the number of males and females to give the actual number

  • @slacex
    @slacex ปีที่แล้ว +13

    for those who have an error in the following formula is ---> df.corr() ------> df.corr(numeric_only=True)

    • @rishiraj1192
      @rishiraj1192 10 หลายเดือนก่อน

      Facing similar issue how to resolve it

    • @vladthelad7298
      @vladthelad7298 10 หลายเดือนก่อน +3

      @@rishiraj1192 He literally said it in his comment

  • @RonaldPostelmans
    @RonaldPostelmans ปีที่แล้ว

    thanks for your great explanation

  • @UzochukwuOgbonna-v8c
    @UzochukwuOgbonna-v8c 9 วันที่ผ่านมา

    Please on multi variant, when you have 4 centroids, how do I plot that because seaborn can only take two axis, x and y

    • @absentdata
      @absentdata  9 วันที่ผ่านมา +1

      Plots are two dimensional. So you can only have two-axis plots. We only view things in 3D so you can possibly add 3 dimensions which equates to 3 axes. However, thing about what you want to communicate to your audience. 2 dimensions should be adequate.

    • @UzochukwuOgbonna-v8c
      @UzochukwuOgbonna-v8c 6 วันที่ผ่านมา

      @ thank you somuch.

  • @emilioprill3373
    @emilioprill3373 ปีที่แล้ว

    Learned a lot! Thank you

    • @absentdata
      @absentdata  ปีที่แล้ว +1

      I'm glad to hear that. Please share it with anyone you think it helps

  • @rachrach9871
    @rachrach9871 ปีที่แล้ว +2

    Awesome tutorial! I tried to download the dataset but I don’t where to begin. There’s an option for “raw” and “blame”. I’m new to data analytics so I would appreciate some help. Thank you very much

    • @absentdata
      @absentdata  ปีที่แล้ว +2

      You can find the data here:
      absentdata.com/data-analysis/where-to-find-data/

    • @rachrach9871
      @rachrach9871 ปีที่แล้ว

      @@absentdata thank you so much for your quick response! I’m already doing tutorial #1 and I’m hoping to learn as much from your tutorials

  • @eshabanaiyar9339
    @eshabanaiyar9339 18 วันที่ผ่านมา

    What are the copyright permissions for this code? Can it be fully used without restrictions?

    • @absentdata
      @absentdata  18 วันที่ผ่านมา

      Its just code not an licensed applicate. You can use it freely

  • @isaacetungu5215
    @isaacetungu5215 2 ปีที่แล้ว

    Worth watching and follwoing along.
    I completed the video and did my work alongside code.
    I needed more help on multivariate analysis of clustering. The last part of the video on it was not well explained.
    Any recoomendations or video on that @Absent Data??

  • @travelofftradition
    @travelofftradition ปีที่แล้ว +1

    Hi!
    thank you for this video. I have a question. I want to segment bank customers. But the data is in multiple files like accounts.csv, customer_details.csv, transactions.csv
    How to approach this problem when we have data in multiple files to segment the customers?
    Thanks
    Mohit

    • @absentdata
      @absentdata  ปีที่แล้ว

      You will need to merge them into a single dataset.

    • @travelofftradition
      @travelofftradition ปีที่แล้ว

      @@absentdata Ok. so basically i have to join them using any of joins like inner joins etc.?
      But how is it done when there are like 10-20 files? Is there any other way?

    • @absentdata
      @absentdata  ปีที่แล้ว

      @@travelofftradition append the files that are similar like all transactional files to create a single dataset and merge these with single customer details file which should also be result if an append.

  • @nadil3230
    @nadil3230 ปีที่แล้ว

    list object has no attribute mean , how to fix this error

  • @awaisanjum9023
    @awaisanjum9023 ปีที่แล้ว

    Amazing video. Kindly make more protfolio projects videos.

  • @adrianapanjiwijaya1520
    @adrianapanjiwijaya1520 ปีที่แล้ว +2

    Hi, This is very helpful. I do have a question though, after df=df.drop('Customer ID'), I forgot to add the hashtag and continued on. From that point on, the Customer ID disappeared. But in your case, Customer ID value re-appear during clustering. How did that happen and how do I get it Customer ID back?

  • @aramisfarias5316
    @aramisfarias5316 3 ปีที่แล้ว +2

    The end felt a little rushed and underwhelming, but overall very instructive. Good job. =)

  • @nadil3230
    @nadil3230 ปีที่แล้ว

    why on the y axis it was density and can we change it with some other parameters.

    • @absentdata
      @absentdata  ปีที่แล้ว

      Yes you can change the variables on the x and y axis. You can also use PCA techniques also to display the data

  • @jimmyxrs
    @jimmyxrs 2 หลายเดือนก่อน

    Also for the get dummies at the end if you need to force it to do an integer instead of a boolen, this worked for me: dff = pd.get_dummies(df,dtype=int,drop_first=True)
    dff.head()

  • @ericametta6964
    @ericametta6964 ปีที่แล้ว

    insightful

    • @absentdata
      @absentdata  ปีที่แล้ว

      Glad you found it insightful

  • @nazmussumon5105
    @nazmussumon5105 3 ปีที่แล้ว

    Thank you for this awesome tutorial. Learnt a lot.

  • @grhagandanap9912
    @grhagandanap9912 2 ปีที่แล้ว

    Thanks for the practice. But I got some problem when execute the n_clusters sensitivity analysis in 41:13. Do you know what the problem is?

  • @nayeem9358
    @nayeem9358 7 หลายเดือนก่อน

    What is spending score ?

    • @absentdata
      @absentdata  7 หลายเดือนก่อน

      It is the score(out of 100) given to a customer by the mall authorities, based on the money spent and the behavior of the customer

  • @CaptainRabbit-babii
    @CaptainRabbit-babii ปีที่แล้ว

    The following variable cannot be assigned with wide-form data: `hue` someone can help me

    • @sencxx6368
      @sencxx6368 ปีที่แล้ว +1

      sns.kdeplot(data=df, x='Annual Income (k$)', shade=True, hue='Gender')

  • @alejandrosalgadolima3745
    @alejandrosalgadolima3745 2 ปีที่แล้ว

    Hi, great video.I can not understand why hue is not working in my computer. Could you please help me/

    • @absentdata
      @absentdata  2 ปีที่แล้ว

      Whats your issue?

    • @promise-abasi
      @promise-abasi ปีที่แล้ว

      @@absentdata Hi, thank you so much for the video, I also have a challenge with the hue I can't seem to get pass' ValueError: The following variable cannot be assigned with wide-form data: `hue', from 17m, how do I solve this please, thank you

  • @forecaststatistics8496
    @forecaststatistics8496 3 ปีที่แล้ว

    Good job!

  • @parhatbazakov1091
    @parhatbazakov1091 ปีที่แล้ว

    Hi, I am new to data, Can anyone answer my question please? If the correlation showed the most correlation with Age (-0.33) and no correlation with Annual income (0.0099), would it be better to cluster by age?

    • @absentdata
      @absentdata  ปีที่แล้ว +2

      Low correlation doesn't necessarily mean low similarity. Clustering can still be useful to identify patterns even with low correlation. It depends on the goals of the analysis.

    • @parhatbazakov1091
      @parhatbazakov1091 ปีที่แล้ว

      @@absentdata Thanks!

  • @mahmoudemad8507
    @mahmoudemad8507 ปีที่แล้ว

    i get an issue that fit_transform must get 2 arguments

    • @absentdata
      @absentdata  ปีที่แล้ว

      try posting your code so we can see what's happening.

  • @anooppainuly5271
    @anooppainuly5271 2 ปีที่แล้ว

    Loved it

  • @im4485
    @im4485 2 ปีที่แล้ว

    Hi, is K means reliable at high dimensions?

    • @absentdata
      @absentdata  2 ปีที่แล้ว

      I would say no. I would do some PCA to reduce some of your dimensions.

  • @sikkandarbasha-p8o
    @sikkandarbasha-p8o 11 หลายเดือนก่อน

    can i put this project on my resume?

    • @absentdata
      @absentdata  11 หลายเดือนก่อน +1

      Of course you can!

  • @KarthiKeyan-ci2yj
    @KarthiKeyan-ci2yj 3 ปีที่แล้ว +1

    I would like to learn Data Analytics , can I get your contact to get more information from you?

    • @absentdata
      @absentdata  3 ปีที่แล้ว

      www.linkedin.com/in/gaelimholland

  • @ai.simplified..
    @ai.simplified.. 3 ปีที่แล้ว

    15:00 practical &usefull

    • @absentdata
      @absentdata  3 ปีที่แล้ว +1

      Yes loops are your friends. Saves tons of time :)

    • @tejkumar9018
      @tejkumar9018 11 หลายเดือนก่อน

      ----> 3 plt.figure()
      TypeError: 'module' object is not callable
      please help it cant execute because of error

  • @yusufbas035
    @yusufbas035 2 ปีที่แล้ว

    thank you

  • @vishnua5028
    @vishnua5028 ปีที่แล้ว

    How to download dataset

    • @absentdata
      @absentdata  ปีที่แล้ว

      check the description 😊

    • @vishnua5028
      @vishnua5028 ปีที่แล้ว

      @@absentdata I can't see any download option in GitHub

  • @harryfeng4199
    @harryfeng4199 3 ปีที่แล้ว

    Thnk uuuu

  • @hrsh3329
    @hrsh3329 3 ปีที่แล้ว

    👍🏽👍🏽👍🏽

  • @adishreepatra7330
    @adishreepatra7330 ปีที่แล้ว

    Hi, Loved your content! If possible please share the source code of this project

    • @absentdata
      @absentdata  ปีที่แล้ว

      I added it in the description

  • @EpicSharjeel
    @EpicSharjeel 6 หลายเดือนก่อน

    everything changes in 4 year every syntax

  • @zubairsultanate5660
    @zubairsultanate5660 ปีที่แล้ว

    zub salute

  • @forzahorizon4eliminator206
    @forzahorizon4eliminator206 10 หลายเดือนก่อน

    and you got yourself a subscriber

    • @absentdata
      @absentdata  10 หลายเดือนก่อน

      Welcome to the family! I am happy to earn your subscription.

  • @mn4769
    @mn4769 9 หลายเดือนก่อน

    sns.kdeplot(df['Annual Income (k$)'],shade =True,hue = df['Gender']); here i ValueError: The following variable cannot be assigned with wide-form data: `hue`. Can someone explain?

    • @arindambhunia9862
      @arindambhunia9862 4 หลายเดือนก่อน +1

      sns.kdeplot(x=df['Annual Income (k$)'],shade=True,hue=df['Gender']);
      write the code in this way, it will get resolved. I also had the same issue.
      Good Luck

    • @kj-tj6xs
      @kj-tj6xs 2 วันที่ผ่านมา

      @@arindambhunia9862 Thank you for this

  • @slacex
    @slacex ปีที่แล้ว +1

    df.groupby('Gender')['Age', 'Annual Income (k$)', 'Spending Score (1-100)'] ---> cannot subset columns with a tuple with more than one element. Use a list instead.

    • @absentdata
      @absentdata  ปีที่แล้ว

      Is that your whole code? Because there is no aggregation function in your group by. Also you are adding two columns. So it should be df groupby('category')[['A','B']].mean()

    • @slacex
      @slacex ปีที่แล้ว +3

      @@absentdata i have just resolve it ----> df.groupby(['Gender'])[['Age', 'Annual Income (k$)', 'Spending Score (1-100)']].mean() min 30:41

    • @jimmyxrs
      @jimmyxrs 2 หลายเดือนก่อน

      @@slacex Also helps with the income cluster later on : df.groupby(['Income Cluster'])[['Age', 'Annual Income (k$)', 'Spending Score (1-100)']].mean()

  • @yashjajoria
    @yashjajoria ปีที่แล้ว

    sns.kdeplot(df['Annual Income (k$)'],shade = True,hue= df['Gender']); - ValueError: The following variable cannot be assigned with wide-form data: `hue`

    • @absentdata
      @absentdata  ปีที่แล้ว +1

      The updated version of sns.kdeplot may require you to make sure you have your Gender column in longform. so you need to melt the column like this. melted_df = df.melt(id_vars='Gender', value_vars=['Annual Income (k$)'])
      sns.kdeplot(data=melted_df, x='value', hue='Gender', shade=True)

    • @yashjajoria
      @yashjajoria ปีที่แล้ว

      thanks for response sir i'm your student @@absentdata