EDA using Bivariate and Multivariate Analysis | Day 21 | 100 Days of Machine Learning

  Рет қаралды 91,671

CampusX

CampusX

Күн бұрын

Пікірлер: 119
@fit_tubes_365
@fit_tubes_365 Ай бұрын
Course Started : ML Lecture-01: 14/08/2024 Lecture-02: 14/08/2024 Lecture-03: 14/08/2024 Lecture-04: 14/08/2024 Lecture-05: 14/08/2024 Lecture-06: 15/08/2024 Lecture-07: 15/08/2024 Lecture-08: 15/08/2024 Lecture-09: 15/08/2024 Lecture-10: 15/08/2024 Lecture-11: 16/08/2024 Lecture-12: 16/08/2024 Lecture-13: 17/08/2024 Lecture-14: 17/08/2024 Lecture-15: 18/08/2024 Lecture-16: 19/08/2024 Lecture-17: 20/08/2024 Lecture-18: 20/08/2024 Lecture-19: 21/08/2024 Lecture-20: 21/08/2024 Lecture-21: 22/08/2024
@ranirathore4176
@ranirathore4176 2 жыл бұрын
Date : 27 July Status : Done ✅ Summary: Learn about bivariant and multivariate analysis , bivariant analysis means analysis two columns together , and multivariate means analysing two or more columns together. 1. Numerical Numerical ☘️ Scatterplot ☘️ Pair plot ☘️ Line plot 2. Numerical - Categorical ☘️Boxplot ☘️ Barplot ☘️ Distplot 3 Categorical Categorical ☘️Heatplot ☘️Clustermap
@sid_x_18
@sid_x_18 10 ай бұрын
ab kya kar rahe ho ?
@monikrayu2546
@monikrayu2546 3 ай бұрын
@@sid_x_18 +1
@GamerBoy-ii4jc
@GamerBoy-ii4jc 3 жыл бұрын
Sir is your playlist of 100 days of Machine learning enough to Applying for internship in company? Or i need to do projects more upon these topics and practicals?Please suggest me. Thanks!
@messiisthebest
@messiisthebest Жыл бұрын
did you get the internship , i think you need to do more projects
@rose9024
@rose9024 3 жыл бұрын
Best video seen on EDA till date...Great Work!
@faizahmed8015
@faizahmed8015 Жыл бұрын
6:59 Now one thing I analyze girl are stingy because scatterplot proved...😅😂
@Engineer884
@Engineer884 9 ай бұрын
5:00, scatterplot might have updated, correct way: sns.scatterplot(x=tips['total_bill'],y=tips['tip']) 6:26, sns.scatterplot(x=tips['total_bill'],y=tips['tip'],hue=tips['sex']) 10:30 sns.barplot(x=titanic['Pclass'],y=titanic['Age']) 16:10 sns.displot(x =titanic['Age'],kde=True,stat='density',linewidth=0) 18:45 sns.histplot(titanic[titanic['Survived']==0]['Age'],kde=True, stat="density", linewidth=0,fill=False) sns.histplot(titanic[titanic['Survived']==1]['Age'],kde=True, stat="density", linewidth=0,fill=False)
@CatalystOfMisfortune
@CatalystOfMisfortune 6 ай бұрын
groupby is not working for my case
@Bhartiya766
@Bhartiya766 5 ай бұрын
thank you bhai
@SYETB076YashJadhav
@SYETB076YashJadhav 5 ай бұрын
thanks bro
@preetiyadav9891
@preetiyadav9891 5 ай бұрын
thankyou buddy
@KRISHNAGupta-u1m
@KRISHNAGupta-u1m 4 ай бұрын
@@CatalystOfMisfortune i am facing the same problem
@harshkondkar3193
@harshkondkar3193 2 жыл бұрын
Hello sir, amazing content. I had one request. Could you make a video on how to perform hypothesis testing in python while doing bivariate analysis? Would be really helpful to a lot of people. Thanks.
@Garrick645
@Garrick645 5 ай бұрын
19:18 why aren't the probabilities of dying and surviving not adding up to 1 ? My mind can't understand this fallacy. Koi samjaho please 😢😢
@sawankumar7628
@sawankumar7628 Күн бұрын
coz that probability of survial in class 1,2,3 . they have no relation. so if survival probability is 0.6 in pclass1 then p(died) = 0.4
@SunilVishwakarma-r1m
@SunilVishwakarma-r1m 10 ай бұрын
slight modification in code at 33:17 is new = flights.groupby('year').sum('passengers').reset_index() and sns.lineplot(x=new['year'],y=new['passengers'])
@VaishnaviShrivastava-z2b
@VaishnaviShrivastava-z2b 2 ай бұрын
hey, 26:10 (titanic.groupby('Embarked').mean()['Survived']*100) TypeError: agg function failed [how->mean,dtype->object] please help
@lethalgaming7087
@lethalgaming7087 2 ай бұрын
@@VaishnaviShrivastava-z2b (titanic.groupby('Embarked')['Survived'].mean()*100)
@ujefmalek77
@ujefmalek77 Жыл бұрын
Yout videos are amazing 🔥🔥, You are most underrated KZbinr😶
@jahidmdhasan1021
@jahidmdhasan1021 Жыл бұрын
At 16:25 which extension you have used to check for hue feature in distplot
@Engineer884
@Engineer884 9 ай бұрын
shift+tab
@katadermaro
@katadermaro 3 жыл бұрын
Thoroughly enjoying this series. Thank you so much Nitish!
@10arsh51
@10arsh51 Жыл бұрын
25:17 The Boyz 😂
@zkhan2023
@zkhan2023 3 жыл бұрын
Every time amazing information comes.Thanks, sir
@SunilVishwakarma-r1m
@SunilVishwakarma-r1m 10 ай бұрын
slight modification in code at 24:51 is---- (titanic.groupby('Pclass').mean('Survived')['Survived']*100).plot(kind='bar')
@SunilVishwakarma-r1m
@SunilVishwakarma-r1m 10 ай бұрын
(titanic.groupby('Sex').mean('Survived')['Survived']*100)
@SunilVishwakarma-r1m
@SunilVishwakarma-r1m 10 ай бұрын
(titanic.groupby('Embarked').mean('Survived')['Survived']*100)
@shashankarora2945
@shashankarora2945 23 күн бұрын
Thanks a lot man
@SamritiKhuranaCSE146
@SamritiKhuranaCSE146 11 ай бұрын
Sir aap jo jo bhi dataset use krte ho please uski Excel file ka link description me de diya kro ese sahi se practice nhi ho pati and really your videos are so awesome😄
@sameer9045
@sameer9045 Жыл бұрын
Great explanation. I applied pair plot on a 17 column long dataset . And it showed me more than 100 plots. I don't know how to pick which one and understand.😵😵
@karanparashar6824
@karanparashar6824 5 ай бұрын
Didn't know that it is possible to load data using the seaborn library.
@001_chandrikasarkar7
@001_chandrikasarkar7 2 ай бұрын
lol same
@indra-zd9zu
@indra-zd9zu 2 ай бұрын
😂😂😂​@@001_chandrikasarkar7
@indra-zd9zu
@indra-zd9zu 2 ай бұрын
You cant load all dataset.you can load only inbuit dataset
@introgaming7540
@introgaming7540 5 ай бұрын
BEST VIDEO IN ENTIRE UNIVERSE FOR EDA
@adnan8bb805
@adnan8bb805 6 ай бұрын
25:17, "clearly dikh raha hai ki female ko bachaya gaya, aur bande ludhak gae saare "🤣🤣🤣🤣🤣🤣🤣
@Raj-v8j5u
@Raj-v8j5u Жыл бұрын
I really enjoy the way you go deep in analysis
@goyanii
@goyanii Жыл бұрын
free me premium quailty lactures thank you sir
@sharangkulkarni1759
@sharangkulkarni1759 Жыл бұрын
guru
@tempmail6469
@tempmail6469 4 ай бұрын
Bande bahot ludak gye was personal hahahaahaha
@vKNemesis
@vKNemesis 2 жыл бұрын
brother the way u explained i m loving it :)🙂
@tanmaygupta8288
@tanmaygupta8288 9 ай бұрын
writing code in notebook alongside with you is a great way to learn things, thanks!
@not_amanullah
@not_amanullah Жыл бұрын
didn't find better playlist than this TYSM❤️
@RahulSingh-t1k1r
@RahulSingh-t1k1r 10 ай бұрын
you are best sir
@shaktis6877
@shaktis6877 2 ай бұрын
26:14 not sherlock holmes its being ACP Pradyuman from CID
@priyanshugupta9192
@priyanshugupta9192 Жыл бұрын
20:00 distplot() is depreciated by seaborn . For kdeplot, which gives probability density, it is giving slightly different graph, which is calculated in above video
@VaishnaviShrivastava-z2b
@VaishnaviShrivastava-z2b 2 ай бұрын
hey, 26:10 (titanic.groupby('Embarked').mean()['Survived']*100) TypeError: agg function failed [how->mean,dtype->object] please help
@beit2608
@beit2608 9 ай бұрын
great exxplanation very in sensitive
@AmirJaved565
@AmirJaved565 5 ай бұрын
CampusX unmatched...Love from Pakistan
@mujeebrahman5282
@mujeebrahman5282 Жыл бұрын
In scatter plot, where did you get df from? it should have been tips in hue, style and size.
@ritwiksrivastava9080
@ritwiksrivastava9080 Сағат бұрын
Right
@123arskas
@123arskas 2 жыл бұрын
8:11 You're using sex, smoker and size of someother dataset. It should be of tips but you've written df.
@saurabhbarasiya4721
@saurabhbarasiya4721 3 жыл бұрын
your videos are very helpfull
@calvinfernandez1956
@calvinfernandez1956 2 жыл бұрын
Hey guys, an update on Seaborn. There is now a 'Future Warning' when ever you run the function 'distplot' saying that it will be discontinued in the future. So I did a little research and found a suitable replacement to it on stack overflow sns.histplot(x =titanic[titanic['Survived']==0]['Age'],kde=True,stat='density',bins = 50). You wont be able to turn off hist tho.
@keshavkarki4635
@keshavkarki4635 Жыл бұрын
same I also come across this
@riyazsk7656
@riyazsk7656 7 ай бұрын
how to know which pair/tuples should be selected for the analysis
@arun5351
@arun5351 3 жыл бұрын
Very informative lecture and great analysis
@highflyer30
@highflyer30 Жыл бұрын
load dataset not working tried everything updating python,notebook what to do
@arshad1781
@arshad1781 3 жыл бұрын
Thanks
@Raj-v8j5u
@Raj-v8j5u Жыл бұрын
I think finding great insights will take u long long way
@Zovi-kanu
@Zovi-kanu Жыл бұрын
plz tell how to download csv file that use in this vedio
@rajathpoojari7873
@rajathpoojari7873 10 ай бұрын
Awesome content and explanation. Thank you!
@shahrukh3531
@shahrukh3531 Жыл бұрын
Hindi sunkr, better feel hota h 😅
@PM-ps5po
@PM-ps5po 2 жыл бұрын
Best Channel on the Earth to Learn Data Science from Scratch🔥🔥🔥🔥
@NamrataGuru
@NamrataGuru Жыл бұрын
tx a lot ...made easy to my learning ...
@AneeqMir
@AneeqMir 3 ай бұрын
slight modification in code 7:45 sns.scatterplot(x=tips['total_bill'], y=tips['tip'],hue=tips['sex'],style=tips['smoker'],size=tips['size']) plt.show()
@lavupadhyay
@lavupadhyay 3 ай бұрын
awesome , 0 to HERO
@Star-xk5jp
@Star-xk5jp 8 ай бұрын
Day2- date:10/1/24
@allishere-study5206
@allishere-study5206 11 ай бұрын
Salute hai sir aapko kya padhate aap
@ClubLalpur
@ClubLalpur Жыл бұрын
barplot() takes from 0 to 1 positional arguments but 2 were given sir ye error a rha hai
@ajaykuchhadiya5812
@ajaykuchhadiya5812 Жыл бұрын
this is bcz the seaborn libraby is updated now , you can check the seaborn documentation and understand that plotting function
@Engineer884
@Engineer884 9 ай бұрын
sns.barplot(x=titanic['Pclass'],y=titanic['Age'])
@mdyounusahamed6668
@mdyounusahamed6668 Жыл бұрын
Awesome. Gave me a lot of insights.
@nrted3877
@nrted3877 2 ай бұрын
Thankyou Sir
@manishpingale6558
@manishpingale6558 2 ай бұрын
EDA is really an art!
@SACHINKUMAR-px8kq
@SACHINKUMAR-px8kq Жыл бұрын
Thankyou so much Sir
@anantsrivastava5567
@anantsrivastava5567 8 ай бұрын
date 11 jan 2024 day 21
@acharjyaarijit
@acharjyaarijit Жыл бұрын
bande uhape ultakgaye sare... nice sir..😀😀
@manujkumarjoshi9342
@manujkumarjoshi9342 Жыл бұрын
Beautiful way of doing EDA
@akashmanojchoudhary3290
@akashmanojchoudhary3290 2 жыл бұрын
how to plot too many categorical values in seaborn, for eg- I've 150 diseases in diagnosis column. How to plot it?
@akashmanojchoudhary3290
@akashmanojchoudhary3290 2 жыл бұрын
can anyone help me with this?
@ajaykushwaha-je6mw
@ajaykushwaha-je6mw 2 жыл бұрын
@@akashmanojchoudhary3290 df[diagnosis].value_counts.plot(kind='"bar") or sns.countplot(df['diagnosis'],hue=df['label_column']) or sns.countplot(df['diagnosis'])
@vishnujatav6329
@vishnujatav6329 2 жыл бұрын
Thank you very much sir. you are great
@lakshityagi684
@lakshityagi684 2 жыл бұрын
Pretty nice content. Thankyou!
@itatul
@itatul 2 жыл бұрын
Amazing explanation .. thanks
@MRAgundli
@MRAgundli 5 ай бұрын
done
@darshanayenkar
@darshanayenkar 2 жыл бұрын
Best Video ever seen for ML
@heetbhatt4511
@heetbhatt4511 Жыл бұрын
thank you
@minalgupta7456
@minalgupta7456 Жыл бұрын
I like ur videos
@JACKSPARROW-ch7jl
@JACKSPARROW-ch7jl Жыл бұрын
thanxx nitish
@tusarmundhra5560
@tusarmundhra5560 11 ай бұрын
awesome
@minalgupta7456
@minalgupta7456 Жыл бұрын
I am a big fan of you
@ajaykushwaha-je6mw
@ajaykushwaha-je6mw 2 жыл бұрын
I have one doubt, Survive have two value 0 and 1. titanic.groupby['Pclass'].mean() how to know whether this give information survived passenger or dead passenger.
@mukeshnayak7984
@mukeshnayak7984 2 жыл бұрын
same doubt
@mukeshnayak7984
@mukeshnayak7984 2 жыл бұрын
have u found the ans ?
@nikhiliyer8436
@nikhiliyer8436 2 жыл бұрын
Survived
@aarindey
@aarindey Жыл бұрын
0->Dead 1->Survived So, the mean will give Survived
@ruhisharma2857
@ruhisharma2857 3 ай бұрын
titanic.groupby['Pclass'].mean()['Survived']
@yogendrajoshi7976
@yogendrajoshi7976 2 жыл бұрын
you are the best sir.
@AbdurRahman-lv9ec
@AbdurRahman-lv9ec Жыл бұрын
great
@krishnakanthmacherla4431
@krishnakanthmacherla4431 2 жыл бұрын
Done
@rivupangas2735
@rivupangas2735 2 жыл бұрын
At 17:46 we can use this code: sns.kdeplot(x='Age' ,data=titanic, hue='Survived')
@yogeshhajare8234
@yogeshhajare8234 2 жыл бұрын
thanks alot brother
@Gurpreetkaur-oj7kb
@Gurpreetkaur-oj7kb 2 жыл бұрын
amazing video...
@adityakulkarni371
@adityakulkarni371 Жыл бұрын
sns.scatterplot(tips['total_bill'],tips['tip'],hue=df['sex'],style=df['smoker'],size=df['size']) sir shouldn't the smokers/size wala dataset be tips. you have written df. im confused here
@vengeance9898
@vengeance9898 Жыл бұрын
I don't know but may be he used seaborn instead of pandas to load the data
@Engineer884
@Engineer884 9 ай бұрын
tips hi likhna chahiye tha
@prithvigupta8215
@prithvigupta8215 2 жыл бұрын
28:41
@mukteshsingh8370
@mukteshsingh8370 16 күн бұрын
Day-22 Done
@highflyer30
@highflyer30 Жыл бұрын
not able to load dataset pls help tips=sns.load_dataset("tips") not working
@prathamsaboo
@prathamsaboo 9 ай бұрын
Have you got the solution?
@Engineer884
@Engineer884 9 ай бұрын
I was also facing issue with loading flights and iris, try loading it multiple times , you'll get it
@prathamsaboo
@prathamsaboo 8 ай бұрын
@@Engineer884 I have the solution, I was just asking if he needs it now.
Pandas Profiling | Day 22 | 100 Days of Machine Learning
13:04
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2 МЛН
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 6 МЛН
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,8 МЛН
R programming for beginners - statistic with R (t-test and linear regression) and dplyr and ggplot
15:49
I Studied Data Job Trends for 24 Hours to Save Your Career! (ft Datalore)
13:07
Thu Vu data analytics
Рет қаралды 230 М.
AI, Machine Learning, Deep Learning and Generative AI Explained
10:01
IBM Technology
Рет қаралды 264 М.
But what is a neural network? | Chapter 1, Deep learning
18:40
3Blue1Brown
Рет қаралды 17 МЛН
Exploratory Data Analysis with Pandas Python
40:22
Rob Mulla
Рет қаралды 475 М.
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2 МЛН