Tutorial 23-Univariate, Bivariate and Multivariate Analysis- Part2 (EDA)-Data Science

  Рет қаралды 149,089

Krish Naik

Krish Naik

Күн бұрын

Пікірлер: 82
@himanshumangoli6708
@himanshumangoli6708 3 жыл бұрын
ur teaching skills are damn good man keep it up man lots of respect
@sumantwankhede
@sumantwankhede 3 жыл бұрын
Just one tiny correction for Univariate x label should be Sepal Length ...all other good ..Thanks Krish
@SwavimanKumar
@SwavimanKumar 4 жыл бұрын
One small correction. That Hue is pronounced "Hiu" instead of "Hui". You are making absolutely great content. Love them all. Keep growing. (Y)
@EcExplorer
@EcExplorer 2 жыл бұрын
But I like how he pronounced 'HUII' :D
@nagurramesh1685
@nagurramesh1685 Жыл бұрын
slave mindset ?
@0Fallen0
@0Fallen0 2 жыл бұрын
Another easy way to do the bivaruate plot at 11:20 is sns.scatterplot(df['sepal_length'],df['sepal_width'],hue=df['species'])
@krishnasahoo4598
@krishnasahoo4598 2 жыл бұрын
thank you so much for this..I dont know why I was unable to understand this concept. Thanks for this
@sengnawawnghkyeng9179
@sengnawawnghkyeng9179 2 жыл бұрын
The best explanation about these variates ...
@pbanerjee4008
@pbanerjee4008 4 жыл бұрын
Great job. Your sincerity shows. Wonderful effort.
@wasimshaikh9147
@wasimshaikh9147 4 жыл бұрын
X lab should have been 'Sepal length' instead of 'Petal Length'
@adis6867
@adis6867 3 жыл бұрын
I came in comment box to check same
@AadityaAgarwal-qo1km
@AadityaAgarwal-qo1km 8 ай бұрын
I love when krish calls Hue as Huiii
@nabiltech1366
@nabiltech1366 4 жыл бұрын
So here are objective u can obtained by using this statistical method, 1)Which features have good impact for ur model 2)Which type of algorithms u should choos
@piushsingh6066
@piushsingh6066 5 жыл бұрын
univariate, bivariate and multivariate analysis should be done before data prep-processing or after......Please Reply...
@sindhuseelam2045
@sindhuseelam2045 3 жыл бұрын
after
@sohamsarkar5255
@sohamsarkar5255 3 жыл бұрын
Isn't multivariant analysis a consolidated representation of bivariant analysis, where all possible combinations of bivariant analysis are represented together?
@SaurabhSaurabh-uh6eq
@SaurabhSaurabh-uh6eq 3 жыл бұрын
Wow what a nice explaination! 👌 👋
@tanujsharma5492
@tanujsharma5492 2 жыл бұрын
sir i think there is 'sepal length' instead of 'petal length' in xlabel. am i wrong or right??
@d39-nischithhegde65
@d39-nischithhegde65 11 ай бұрын
can you also include link to dataset used
@ratheesh_tabla
@ratheesh_tabla 3 жыл бұрын
May be I am wrong, should that be "sepal length" instead of "petal length" in xlabel? based on your plot variables or feature used for univariate analysis
@pulkitarora6605
@pulkitarora6605 3 жыл бұрын
ya its sepal length may be there is some mistake
@sunitapatil381
@sunitapatil381 4 жыл бұрын
you are grate sir .i am really grateful to your vedios thank you thank you so much sir.
@makanjudavid992
@makanjudavid992 Жыл бұрын
Question: it is possible to use categorical features to make predictions for a numerical targer variable ??
@birinaboro8391
@birinaboro8391 4 жыл бұрын
Hello Sir, could you please help me out with multivariate correlation through SPSS??
@krishnakanthbandaru9308
@krishnakanthbandaru9308 5 жыл бұрын
Hi I have a doubt these plots are ok for small datasets and interesting while learning but is these graphs helps when handling real time data or while working with real data science projects.
@marioluoni3899
@marioluoni3899 4 жыл бұрын
In the uni-variate analysis, why do you put all data points on the same level? By putting them onto different levels, e.g. by setting np.zeros_like()+0, np.zeros_like()+1 and np.zeros_like()+2, it will be very clear that these 3 data sets overlap very heavily as opposed to what you say @9:00 (unless I have misunderstood what you said there). Otherwise great lectures, thanks a lot!
@Moiz_tennis
@Moiz_tennis 2 жыл бұрын
great suggestion!
@rohithmn3378
@rohithmn3378 5 жыл бұрын
Thanks for the excellent tutorial..! But this works well for classification problems. How shall we perform the similar analysis for Regression problem..!?
@adarshpatodi5300
@adarshpatodi5300 4 жыл бұрын
You need to have x label as sepal length in univariate analysis.
@yugen3968
@yugen3968 3 жыл бұрын
Why not just plot histograms for every feature for univariate analyis?
@pritamchowdhury3152
@pritamchowdhury3152 3 жыл бұрын
sir can you provide some practice dataset
@MageDigest
@MageDigest 3 жыл бұрын
so from multivariate if we some graphs with overlapping variables like sepal length and sepal width, we can ignore one of them while doing any further analysis ? Please help here
@souravsaha7751
@souravsaha7751 3 жыл бұрын
sir a virginica or versicolor kaya ha
@siddharthjain4361
@siddharthjain4361 2 жыл бұрын
what if we have dimension in order of 100s...??
@niraliborad7475
@niraliborad7475 Жыл бұрын
After executing the same code for univariate analysis my output is not color distributed as shown in video. can anyone help
@Pankaj.6658
@Pankaj.6658 Жыл бұрын
sir, what is web address you are using and is it free or paid please give some details about that also.
@venkateshbb2926
@venkateshbb2926 4 жыл бұрын
Thanks for tutorial.Please arrange tutorials in proper sequential of related tutorials.
@alokranjanthakur5746
@alokranjanthakur5746 4 жыл бұрын
Sir can you make. Video on EDA only using python. Means what are necessary steps in EDA
@ashukol
@ashukol Жыл бұрын
Line 17th code needs modification as follows: sns.FacetGrid(df,hue="species").map(plt.scatter,"petal_length","sepal_width").add_legend(); plt.show()
@ramthiagu2330
@ramthiagu2330 3 жыл бұрын
if we have more than 10 or 20 features, how can we do multivariate analysis. will it be visible clearly in pairplot
@ashita1130
@ashita1130 4 жыл бұрын
Pretty badass :) Thanks!
@gautamagarwal3394
@gautamagarwal3394 3 жыл бұрын
@Quincy Sebastian please provide me an account :/
@erumalibhatti1218
@erumalibhatti1218 3 жыл бұрын
Hi krosh what will be the codes for R for same analysis??
@mitrabhanuroutkali
@mitrabhanuroutkali 5 жыл бұрын
Use DataExplorer package in r
@rahuldas6777
@rahuldas6777 2 жыл бұрын
why put semicolons after your lines of code?
@hepengye4239
@hepengye4239 4 жыл бұрын
Are those 4 plots along with the diagonal density plots?
@nijalparmar5951
@nijalparmar5951 4 жыл бұрын
Sir can u plz make one video with use of spss and univariate, bivariates and multivariate analysis
@aination7302
@aination7302 4 жыл бұрын
Just use the graph node and plot your histograms and scatter plots for all the variables you require.
@toppoashish7
@toppoashish7 4 жыл бұрын
How to do eda when we have many features, say 20+ and all are non correlated.
@The_Hive_Mind8878
@The_Hive_Mind8878 4 жыл бұрын
Really helpful. Thanks
@mlwithstats1703
@mlwithstats1703 3 жыл бұрын
Sir how we can the data ???
@kalyanipadaraju5715
@kalyanipadaraju5715 4 жыл бұрын
Thank you so much sir . Great explanation
@simanchalpatnaik2566
@simanchalpatnaik2566 4 жыл бұрын
Hi Krish, Why you are keeping the Y-axis as 0. In the previous lecture also it's not explained. In graph you just kept it as 0. Please reply.
@HimanshuYadav-re7cp
@HimanshuYadav-re7cp 4 жыл бұрын
hey , he's just trying to visualize the dependency of output feature on that particular feature i.e. "petal_width" .so there is no need for y axis if u want u can put x =0 , and plot it on y axis and we endup with a vertical stack :)
@hyhyb
@hyhyb 4 жыл бұрын
How orange , green colours came into picture, coz we didn't mention any color parameters like palette, colour?
@urvishmahajan
@urvishmahajan 4 жыл бұрын
Colors are automatically assigned if you don't mention them in the parameters
@Uma7473
@Uma7473 5 жыл бұрын
Thank you
@kamran_desu
@kamran_desu 4 жыл бұрын
Interesting method to plot univariate, I generally create scatterplots to make similar deductions in terms of what kind of classifier will make sense. Here's some sample code: import matplotlib.pyplot as plt from sklearn import datasets iris = datasets.load_iris() X = iris.data y = iris.target F = iris.feature_names fig, ax = plt.subplots(1, len(F), figsize=(15,2)) for i,f in enumerate(F): ax[i].scatter(X[:,i],y, c=y) ax[i].set(xlabel=f) ax[i].get_yaxis().set_visible(False)
@SATISHKUMAR-bj2kl
@SATISHKUMAR-bj2kl 3 жыл бұрын
sir evertime whenever i am running code then also error messege comes with "name df is not defined" can you please help me
@Ajayraj-dx6fb
@Ajayraj-dx6fb 2 жыл бұрын
try to load the data once again
@ankita684
@ankita684 4 жыл бұрын
Hi Krish...when I am executing this code 'plt.plot(df_setosa['Sepal.Length'],np.zeros(df_setosa['Sepal.Length']),'o') it is returning a value error that reads as 'sequence too large; cannot be greater than 32'. How did you execute without getting this error. How to resolve?
@toyazpandey8669
@toyazpandey8669 4 жыл бұрын
U haven't written like after np. Zeros_like
@tejassutar4198
@tejassutar4198 5 жыл бұрын
Hello sir how to know categories of given data in python? For eg. Here We want to know species categories?
@viveksingh881
@viveksingh881 4 жыл бұрын
if u r talking about getting the unique values in species then following code will help:- for unique numbers of species - iris_data['Species'].nunique() for names of those unique species - iris_data['Species'].unique()
@Gamer_hai_hum
@Gamer_hai_hum 4 жыл бұрын
Hello sir huge fan following ur ML playlist and I'm getting error in stringIO sir I also saw youtube video but I'm not able to slove the error it say No module something can u please guide me I'm stuck in your 7th playlist pls let me know sir it will be helpful
@zainabzafari2336
@zainabzafari2336 Жыл бұрын
Thank you very much for your great videos. However, this is the first video of your playlist that I could not understand. The dataset was not clear and you did not explained much.
@manishshukla125
@manishshukla125 5 жыл бұрын
Thanks Sir!
@ashishkumarsingh2910
@ashishkumarsingh2910 4 жыл бұрын
how you are calling a url or internet file to read in pandas..... its like impossible for me to do... plztellme how?
@adarshtiwari6742
@adarshtiwari6742 4 жыл бұрын
Switch on internet would make it work
@gokulansundaraj8149
@gokulansundaraj8149 2 жыл бұрын
Wow...
@adarshtiwari6742
@adarshtiwari6742 4 жыл бұрын
Sir how much is necessary to know to get job in data science (is there any bounds)
@ClickyKitsune
@ClickyKitsune 4 жыл бұрын
My personal recommendation would be to start with python , basics of SQL and couple of ML algorithms i.e regression. It all comes to how many projects you have actually created..good luck 👍
@anandacharya9919
@anandacharya9919 5 жыл бұрын
When I import iris in python , no commands is working I am getting error as "AttributeError: info" , and also "AttributeError: describe" , please solve this, why I am getting this error
@dharmatejaadepu8597
@dharmatejaadepu8597 4 жыл бұрын
In univariate analysis, you have taken sepal length and labelled it as petal length , can you explain me about that.
@vinodmorya5413
@vinodmorya5413 4 жыл бұрын
its by mistake
@vatsalshingala3225
@vatsalshingala3225 Жыл бұрын
❤❤❤❤❤❤❤❤❤❤
@vishalrai2859
@vishalrai2859 3 жыл бұрын
coaching institutes just looted me taught nothing like this
@re-cordinglyf7176
@re-cordinglyf7176 2 жыл бұрын
I can't believe you pronounced it as hueee....😂😂
@shaminmohammed672
@shaminmohammed672 4 жыл бұрын
Thank you
Tutorial 24- Histogram in EDA- Data Science
4:42
Krish Naik
Рет қаралды 89 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
181 - Multivariate time series forecasting using LSTM
22:40
DigitalSreeni
Рет қаралды 292 М.
What is Univariate, Bivariate and Multivariate analysis?
4:46
HotCubator Academy
Рет қаралды 101 М.
How To Become Expertise in Exploratory Data Analysis
10:05
Krish Naik
Рет қаралды 188 М.
Univariate Analysis and Bivariate Analysis
20:41
Vidya-mitra
Рет қаралды 62 М.
How I'd learn ML in 2025 (if I could start over)
16:24
Boris Meinardus
Рет қаралды 175 М.
Linear Regression From Scratch in Python (Mathematical)
24:38
NeuralNine
Рет қаралды 193 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН