This is an exceptional walkthrough, especially how you vividly explain the process of visualizing the data.
@absentdata Жыл бұрын
Lovely Feedback! Thanks. I am glad you enjoyed it.
@Yett1hhh Жыл бұрын
for i in columns: plt.figure() sns.kdeplot(data=df, x=i, shade=True, hue='Gender')
@janakiyeluripati63682 жыл бұрын
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.
@absentdata2 жыл бұрын
Thank you so much! I am glad you finished the video and understood the exploratory data analysis steps. You also stay blessed!
@aditideshpande55666 ай бұрын
Thank you so much for an exceptional well explained and clear video better than what I learnt in my masters degree!
@J_Data_analystАй бұрын
Definitely!!
@slacex11 ай бұрын
for those who have an error in the following formula is ---> df.corr() ------> df.corr(numeric_only=True)
@rishiraj119210 ай бұрын
Facing similar issue how to resolve it
@vladthelad72989 ай бұрын
@@rishiraj1192 He literally said it in his comment
@ai.simplified..3 жыл бұрын
More usefull than hours of clas, good job 😍
@mospher925310 ай бұрын
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
@absentdata9 ай бұрын
Ibreally appreciate this. Sure I'll do more detail analysis on clustering
@brandonwarfield5611 Жыл бұрын
This is gold!!! I'm upset I'm just finding your channel!!!
@absentdata Жыл бұрын
I am glad that you found the channel. Share it with anyone you think it will help!
@muskanmodi724 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@juancamilosanchez4693 Thanks, this helped.
@iwojoseph Жыл бұрын
@@juancamilosanchez4693 this worked! Thanks!
@StrangeMemes52 Жыл бұрын
@@juancamilosanchez4693 yeah , thanks, this worked
@kostantinaorselli1093 Жыл бұрын
@@juancamilosanchez4693 why does this solve that problem?
@thanomnoimoh92993 жыл бұрын
Python great way to analysis awesome!!! thank you for great clip.
@batoolalshareef9456 Жыл бұрын
Thanks alot, It's a great efforts,, keep on going, and share more videos like this 👍🌺🌺🌺
@RonaldPostelmans Жыл бұрын
thanks for your great explanation
@Maliiik8043 жыл бұрын
waiting for it from a long! Thanks for uploading this great content
@absentdata3 жыл бұрын
Glad you're enjoying the content!
@awaisanjum9023 Жыл бұрын
Amazing video. Kindly make more protfolio projects videos.
@absentdata Жыл бұрын
Thank you, I will
@AbdulazeezAbdulateef7 күн бұрын
Pls I’m having issues when I run do.corr() at 31:11. It’s bringing value error when I run the code.
@AbdulazeezAbdulateef7 күн бұрын
Please who has idea of what happen when I run df.corr @ 31:11. Its printing value error when I run the code
@javeda Жыл бұрын
Please also tell how did you implemented code autocompletion in Jupyter notebook
@nazmussumon51053 жыл бұрын
Thank you for this awesome tutorial. Learnt a lot.
@emilioprill3373 Жыл бұрын
Learned a lot! Thank you
@absentdata Жыл бұрын
I'm glad to hear that. Please share it with anyone you think it helps
@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 Жыл бұрын
The value count function will count the number of males and females to give the actual number
@forecaststatistics84963 жыл бұрын
Good job!
@rachrach9871 Жыл бұрын
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 Жыл бұрын
You can find the data here: absentdata.com/data-analysis/where-to-find-data/
@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
@isaacetungu52152 жыл бұрын
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??
@jimmyxrs2 ай бұрын
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()
@UzochukwuOgbonna-v8c6 күн бұрын
Please on multi variant, when you have 4 centroids, how do I plot that because seaborn can only take two axis, x and y
@absentdata5 күн бұрын
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-v8c3 күн бұрын
@ thank you somuch.
@anooppainuly52712 жыл бұрын
Loved it
@ericametta6964 Жыл бұрын
insightful
@absentdata Жыл бұрын
Glad you found it insightful
@aramisfarias53163 жыл бұрын
The end felt a little rushed and underwhelming, but overall very instructive. Good job. =)
@eshabanaiyar933914 күн бұрын
What are the copyright permissions for this code? Can it be fully used without restrictions?
@absentdata14 күн бұрын
Its just code not an licensed applicate. You can use it freely
@nadil3230 Жыл бұрын
why on the y axis it was density and can we change it with some other parameters.
@absentdata Жыл бұрын
Yes you can change the variables on the x and y axis. You can also use PCA techniques also to display the data
@nayeem93586 ай бұрын
What is spending score ?
@absentdata6 ай бұрын
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
@adrianapanjiwijaya1520 Жыл бұрын
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?
@abrilgonzalez78923 ай бұрын
same question here!
@alejandrosalgadolima37452 жыл бұрын
Hi, great video.I can not understand why hue is not working in my computer. Could you please help me/
@absentdata2 жыл бұрын
Whats your issue?
@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
@travelofftradition Жыл бұрын
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 Жыл бұрын
You will need to merge them into a single dataset.
@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 Жыл бұрын
@@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 Жыл бұрын
list object has no attribute mean , how to fix this error
@grhagandanap99122 жыл бұрын
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?
@44.kieutrang617 ай бұрын
Me too 😢
@im44852 жыл бұрын
Hi, is K means reliable at high dimensions?
@absentdata2 жыл бұрын
I would say no. I would do some PCA to reduce some of your dimensions.
@mahmoudemad8507 Жыл бұрын
i get an issue that fit_transform must get 2 arguments
@absentdata Жыл бұрын
try posting your code so we can see what's happening.
@CaptainRabbit-babii Жыл бұрын
The following variable cannot be assigned with wide-form data: `hue` someone can help me
@sencxx6368 Жыл бұрын
sns.kdeplot(data=df, x='Annual Income (k$)', shade=True, hue='Gender')
@ai.simplified..3 жыл бұрын
15:00 practical &usefull
@absentdata3 жыл бұрын
Yes loops are your friends. Saves tons of time :)
@tejkumar901810 ай бұрын
----> 3 plt.figure() TypeError: 'module' object is not callable please help it cant execute because of error
@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 Жыл бұрын
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 Жыл бұрын
@@absentdata Thanks!
@sikkandarbasha-p8o10 ай бұрын
can i put this project on my resume?
@absentdata10 ай бұрын
Of course you can!
@KarthiKeyan-ci2yj3 жыл бұрын
I would like to learn Data Analytics , can I get your contact to get more information from you?
@absentdata3 жыл бұрын
www.linkedin.com/in/gaelimholland
@yusufbas0352 жыл бұрын
thank you
@absentdata2 жыл бұрын
You're welcome
@vishnua5028 Жыл бұрын
How to download dataset
@absentdata Жыл бұрын
check the description 😊
@vishnua5028 Жыл бұрын
@@absentdata I can't see any download option in GitHub
@harryfeng41993 жыл бұрын
Thnk uuuu
@adishreepatra7330 Жыл бұрын
Hi, Loved your content! If possible please share the source code of this project
@absentdata Жыл бұрын
I added it in the description
@zubairsultanate5660 Жыл бұрын
zub salute
@EpicSharjeel6 ай бұрын
everything changes in 4 year every syntax
@hrsh33293 жыл бұрын
👍🏽👍🏽👍🏽
@forzahorizon4eliminator20610 ай бұрын
and you got yourself a subscriber
@absentdata10 ай бұрын
Welcome to the family! I am happy to earn your subscription.
@slacex Жыл бұрын
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 Жыл бұрын
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()
@slacex11 ай бұрын
@@absentdata i have just resolve it ----> df.groupby(['Gender'])[['Age', 'Annual Income (k$)', 'Spending Score (1-100)']].mean() min 30:41
@jimmyxrs2 ай бұрын
@@slacex Also helps with the income cluster later on : df.groupby(['Income Cluster'])[['Age', 'Annual Income (k$)', 'Spending Score (1-100)']].mean()
@mn47699 ай бұрын
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?
@arindambhunia98624 ай бұрын
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
@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 Жыл бұрын
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 Жыл бұрын
thanks for response sir i'm your student @@absentdata