ur teaching skills are damn good man keep it up man lots of respect
@sumantwankhede3 жыл бұрын
Just one tiny correction for Univariate x label should be Sepal Length ...all other good ..Thanks Krish
@SwavimanKumar4 жыл бұрын
One small correction. That Hue is pronounced "Hiu" instead of "Hui". You are making absolutely great content. Love them all. Keep growing. (Y)
@EcExplorer2 жыл бұрын
But I like how he pronounced 'HUII' :D
@nagurramesh1685 Жыл бұрын
slave mindset ?
@0Fallen02 жыл бұрын
Another easy way to do the bivaruate plot at 11:20 is sns.scatterplot(df['sepal_length'],df['sepal_width'],hue=df['species'])
@krishnasahoo45982 жыл бұрын
thank you so much for this..I dont know why I was unable to understand this concept. Thanks for this
@sengnawawnghkyeng91792 жыл бұрын
The best explanation about these variates ...
@pbanerjee40084 жыл бұрын
Great job. Your sincerity shows. Wonderful effort.
@wasimshaikh91474 жыл бұрын
X lab should have been 'Sepal length' instead of 'Petal Length'
@adis68673 жыл бұрын
I came in comment box to check same
@AadityaAgarwal-qo1km8 ай бұрын
I love when krish calls Hue as Huiii
@nabiltech13664 жыл бұрын
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
@piushsingh60665 жыл бұрын
univariate, bivariate and multivariate analysis should be done before data prep-processing or after......Please Reply...
@sindhuseelam20453 жыл бұрын
after
@sohamsarkar52553 жыл бұрын
Isn't multivariant analysis a consolidated representation of bivariant analysis, where all possible combinations of bivariant analysis are represented together?
@SaurabhSaurabh-uh6eq3 жыл бұрын
Wow what a nice explaination! 👌 👋
@tanujsharma54922 жыл бұрын
sir i think there is 'sepal length' instead of 'petal length' in xlabel. am i wrong or right??
@d39-nischithhegde6511 ай бұрын
can you also include link to dataset used
@ratheesh_tabla3 жыл бұрын
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
@pulkitarora66053 жыл бұрын
ya its sepal length may be there is some mistake
@sunitapatil3814 жыл бұрын
you are grate sir .i am really grateful to your vedios thank you thank you so much sir.
@makanjudavid992 Жыл бұрын
Question: it is possible to use categorical features to make predictions for a numerical targer variable ??
@birinaboro83914 жыл бұрын
Hello Sir, could you please help me out with multivariate correlation through SPSS??
@krishnakanthbandaru93085 жыл бұрын
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.
@marioluoni38994 жыл бұрын
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_tennis2 жыл бұрын
great suggestion!
@rohithmn33785 жыл бұрын
Thanks for the excellent tutorial..! But this works well for classification problems. How shall we perform the similar analysis for Regression problem..!?
@adarshpatodi53004 жыл бұрын
You need to have x label as sepal length in univariate analysis.
@yugen39683 жыл бұрын
Why not just plot histograms for every feature for univariate analyis?
@pritamchowdhury31523 жыл бұрын
sir can you provide some practice dataset
@MageDigest3 жыл бұрын
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
@souravsaha77513 жыл бұрын
sir a virginica or versicolor kaya ha
@siddharthjain43612 жыл бұрын
what if we have dimension in order of 100s...??
@niraliborad7475 Жыл бұрын
After executing the same code for univariate analysis my output is not color distributed as shown in video. can anyone help
@Pankaj.6658 Жыл бұрын
sir, what is web address you are using and is it free or paid please give some details about that also.
@venkateshbb29264 жыл бұрын
Thanks for tutorial.Please arrange tutorials in proper sequential of related tutorials.
@alokranjanthakur57464 жыл бұрын
Sir can you make. Video on EDA only using python. Means what are necessary steps in EDA
@ashukol Жыл бұрын
Line 17th code needs modification as follows: sns.FacetGrid(df,hue="species").map(plt.scatter,"petal_length","sepal_width").add_legend(); plt.show()
@ramthiagu23303 жыл бұрын
if we have more than 10 or 20 features, how can we do multivariate analysis. will it be visible clearly in pairplot
@ashita11304 жыл бұрын
Pretty badass :) Thanks!
@gautamagarwal33943 жыл бұрын
@Quincy Sebastian please provide me an account :/
@erumalibhatti12183 жыл бұрын
Hi krosh what will be the codes for R for same analysis??
@mitrabhanuroutkali5 жыл бұрын
Use DataExplorer package in r
@rahuldas67772 жыл бұрын
why put semicolons after your lines of code?
@hepengye42394 жыл бұрын
Are those 4 plots along with the diagonal density plots?
@nijalparmar59514 жыл бұрын
Sir can u plz make one video with use of spss and univariate, bivariates and multivariate analysis
@aination73024 жыл бұрын
Just use the graph node and plot your histograms and scatter plots for all the variables you require.
@toppoashish74 жыл бұрын
How to do eda when we have many features, say 20+ and all are non correlated.
@The_Hive_Mind88784 жыл бұрын
Really helpful. Thanks
@mlwithstats17033 жыл бұрын
Sir how we can the data ???
@kalyanipadaraju57154 жыл бұрын
Thank you so much sir . Great explanation
@simanchalpatnaik25664 жыл бұрын
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-re7cp4 жыл бұрын
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 :)
@hyhyb4 жыл бұрын
How orange , green colours came into picture, coz we didn't mention any color parameters like palette, colour?
@urvishmahajan4 жыл бұрын
Colors are automatically assigned if you don't mention them in the parameters
@Uma74735 жыл бұрын
Thank you
@kamran_desu4 жыл бұрын
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-bj2kl3 жыл бұрын
sir evertime whenever i am running code then also error messege comes with "name df is not defined" can you please help me
@Ajayraj-dx6fb2 жыл бұрын
try to load the data once again
@ankita6844 жыл бұрын
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?
@toyazpandey86694 жыл бұрын
U haven't written like after np. Zeros_like
@tejassutar41985 жыл бұрын
Hello sir how to know categories of given data in python? For eg. Here We want to know species categories?
@viveksingh8814 жыл бұрын
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_hum4 жыл бұрын
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 Жыл бұрын
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.
@manishshukla1255 жыл бұрын
Thanks Sir!
@ashishkumarsingh29104 жыл бұрын
how you are calling a url or internet file to read in pandas..... its like impossible for me to do... plztellme how?
@adarshtiwari67424 жыл бұрын
Switch on internet would make it work
@gokulansundaraj81492 жыл бұрын
Wow...
@adarshtiwari67424 жыл бұрын
Sir how much is necessary to know to get job in data science (is there any bounds)
@ClickyKitsune4 жыл бұрын
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 👍
@anandacharya99195 жыл бұрын
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
@dharmatejaadepu85974 жыл бұрын
In univariate analysis, you have taken sepal length and labelled it as petal length , can you explain me about that.
@vinodmorya54134 жыл бұрын
its by mistake
@vatsalshingala3225 Жыл бұрын
❤❤❤❤❤❤❤❤❤❤
@vishalrai28593 жыл бұрын
coaching institutes just looted me taught nothing like this