Hi, can you please help me to provide the tutorial of Z score where sir has given on his channel as i am not able to find it and not able to understand Z-Score concept.
for anyone having doubts gpt- ""The %matplotlib inline command is a Jupyter magic command. It tells Jupyter to display Matplotlib plots directly within the notebook, rather than opening a separate window to show the plots. This is convenient for quickly visualizing data and makes it easier to share and document your analysis within the notebook.""
i have a one question when i give a negative value data in my data set than it not recognized by a function that you defined in this video what we can do for that.. please explain?
%matplotlib inline is used because after this we don't have to write plt.show command to visualize the graph.
Ohh 🙏🏽
i feel so happy to run the program and see the output after a long break. thanks for putting efforts into us.
appreciated
zscore ka formula nhi padaya aapne es playlist me
and distribution bhi nhi padaya
ye dono topics aapne english playlist me cover kiye hai yha nhi
Wow thank u. Aj full palylist complete krna hai. Quickly. Itne hard topics ap itne simply bta dete ho ❤❤🎉🎉🎉😊😊😊
%matplotlib inline is used show graphs below cell and can be stored in notebook document.
omg! i've been following your playlist. your explaned everything in a easy way i am able to find out outlier thank you so much
Hi, can you please help me to provide the tutorial of Z score where sir has given on his channel as i am not able to find it and not able to understand Z-Score concept.
@@khushbukeshari5577 Yeah, I too started following the playlist, where I didn't find the z-score concept
outlier=[]
for i in data:
if i=higher_fence:
outlier.append(i)
else:
pass
dataset = [11,10,12,14,12,15,14,13,15,102,12,14,17,19,107,10,13,12,14,12,108,12,11,14,13,15,10,15,12,10,14,13,15,10]
Thanks sir for teaching us in simple way and , it's easy to understand for beginners 🙏
Thank you Krish Sir for taking efforts and making a such a amazing videos in hindi.
Pure youtube pe bs apki hi stats ki video hai complete for data science.
zscore konsi playlist me hai aur code b nahi nazar ara description me? please provide as mentioned.
even I cant find z-score in previous videos.
Thank u sir 😊😍keep happy
Sir there is two video of statistic one for data analyst and one for data science both are different or same
So simply explained. 💯
You never told z score formula before, is this a complete playlist of stats or some video are missing here?
same doubt
You are talking about which Playlist I'm ur videos like u just said here for zscore
for anyone having doubts
gpt-
""The %matplotlib inline command is a Jupyter magic command. It tells Jupyter to display Matplotlib plots directly within the notebook, rather than opening a separate window to show the plots. This is convenient for quickly visualizing data and makes it easier to share and document your analysis within the notebook.""
7:11 Why didnt we write np.abs(z_score) > threshold*SD
To set a 3rd Standard deviation?
that is because z-score itself represent deviations in terms of standard deviations
sir, please complete this playlist as soon as early possible
When did we learn z-score in this playlist?
this is good question🥲👍
++
i am also having same doubt
@@saumilgupta2383 bro are you learning data science
@@saumilgupta2383 in English channel
sir where i can find the colab(notebook) link
sir g tuse great ho
i have a one question when i give a negative value data in my data set than it not recognized by a function that you defined in this video what we can do for that.. please explain?
Please use
q1, q3 = np.percentile(dataset, [25,75], interpolation="midpoint")
for correct result
sir one doubt like stats n ml ll u b doing mega community for python ?
Excellent explanation 😀
thank you krish sir maja aa gya
Is there any way to change the axis of boxplot as i am not getting same result as shown!
Python ki coding ko samjhne ke liye pahle konsi video dekhni hogi..
Is any beginning videos of python for data analytics in this playlist??
Complete Python Playlist : ruclips.net/p/PLZoTAELRMXVNUL99R4bDlVYsncUNvwUBB&feature=shared
8 months... but I get today... but thanks even if it is late... very late...
please upload deep learning step by step in hindi
Sir zscore nhi bata yeh playlist mein koi aur mein bata hain kya
z_score find krneh keh liye population formula use krteh hai?
Thank you Sir
Sir please upload more series only 18playlist are there please upload more series❤
Thanks sir
sir python ka v video bta do kitna pyhton seekhna hoga data anylyst ke liye
Complete Python Playlist : ruclips.net/p/PLZoTAELRMXVNUL99R4bDlVYsncUNvwUBB&feature=shared
where can I view the code file ?
Sir can't find the data set. Please help
Ye code wali file kispe milegi sir
Z scote kb btya sir apne??
sir ne nahi btya mujhe wahi padhna tha acce se
Exactly
Please make video for how to remove an outlier
i am unable to see outlier in histogram i am using juypter in anaconda
ca anyone tell me why ?
sir plz sir deep learning videos laaao sir......
Sir... you told 30 videos but only 16... uploading???
appreciated
Any one tell, when we learn Z score till tutorial -7 ?
Thanku sir
Sir python kasy install karty han
bhai mujhe bhi batana pata chale toh
Difference between q2 and iqr
What is z score
nice
sir where is code file ?
please take some real world dataset.
Best teaching ✅✅✅✅✅🔥🔥
Complete on 9th October
sir, code file share kardijiye
Detect_outlier(dataset)...error😢
plz sent full code file
I needs python file link
Please Share that file
code file
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[27], line 1
----> 1 outlier_pt=detect_outliers(dataset)
yaa that is bcz of string and float values we cannot subtract float - string it will give type error