Tutorial 8- Finding Outliers Using Python In Hindi

preview_player
Показать описание
Our Popular courses:-
Fullstack data science job guaranteed program:-
Tech Neuron OTT platform for Education:-

Affiliate Portal (Refer & Earn):-

Internship Portal:-

iNeuron Youtube Channel:-

Please do subscribe my other channel too

Connect with me here:
Рекомендации по теме
Комментарии
Автор

%matplotlib inline is used because after this we don't have to write plt.show command to visualize the graph.

SnehaKumari-mbpx
Автор

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

RavindraPanwar-zk
Автор

Sir there is two video of statistic one for data analyst and one for data science both are different or same

ankulsingh
Автор

%matplotlib inline is used show graphs below cell and can be stored in notebook document.

Anupkumar-cdgv
Автор

outlier=[]
for i in data:
if i<=lower_fence and i>=higher_fence:
outlier.append(i)
else:
pass

RahulGaming-yhck
Автор

zscore konsi playlist me hai aur code b nahi nazar ara description me? please provide as mentioned.

mohammeddilawar
Автор

i feel so happy to run the program and see the output after a long break. thanks for putting efforts into us.

pravinadhekale
Автор

Wow thank u. Aj full palylist complete krna hai. Quickly. Itne hard topics ap itne simply bta dete ho ❤❤🎉🎉🎉😊😊😊

MovieOk-pq
Автор

Pure youtube pe bs apki hi stats ki video hai complete for data science.

MovieOk-pq
Автор

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

ishaishu
Автор

You never told z score formula before, is this a complete playlist of stats or some video are missing here?

monalisah
Автор

Thanks sir for teaching us in simple way and, it's easy to understand for beginners 🙏

Learning_For_Kids_AtoZ
Автор

Thank you Krish Sir for taking efforts and making a such a amazing videos in hindi.

amitjaiswal
Автор

You are talking about which Playlist I'm ur videos like u just said here for zscore

rajaram-jcbv
Автор

sir, please complete this playlist as soon as early possible

deepanshusingh
Автор

Python ki coding ko samjhne ke liye pahle konsi video dekhni hogi..
Is any beginning videos of python for data analytics in this playlist??

ashishkhandelwal
Автор

sir one doubt like stats n ml ll u b doing mega community for python ?

lavanyavinoth
Автор

7:11 Why didnt we write np.abs(z_score) > threshold*SD
To set a 3rd Standard deviation?

ParallelUniverse
Автор

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?

aniket
Автор

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.""

spikeyimpact