Scikit-learn Crash Course - Machine Learning Library for Python

Scikit-learn Crash Course - Machine Learning Library for Python

freeCodeCamp.org

3 года назад

362,073 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Hale End
Hale End - 19.10.2023 21:03

i hate python so much, just errors after errors

Ответить
four
four - 19.10.2023 02:19

This is compelling writing. If the subject fascinates you, a subsequent book with similar themes would be beneficial. "From Bytes to Consciousness: A Comprehensive Guide to Artificial Intelligence" by Stuart Mills

Ответить
Wiktor M
Wiktor M - 18.10.2023 02:24

Rime series needed these Polynomial parameters, i think. Cool tutorial though!

Ответить
eric welch
eric welch - 13.10.2023 20:40

Here in 2023, just fyi: the Boston data set has been shown to have ethical problems and the creators of scikit-learn strongly suggest against using the data set.

Ответить
Thomas Bates
Thomas Bates - 07.10.2023 17:30

Very helpful! Thank you!

Ответить
Yugo Saito
Yugo Saito - 18.09.2023 21:01

Thank you for uploading this video!

Ответить
mammma pph
mammma pph - 09.09.2023 14:37

where is the dataset ???

Ответить
Thomas Kuncewicz
Thomas Kuncewicz - 16.08.2023 16:20

The way each dataset complements the associated pitfall you want to bring up at a given moment... wow. What an amazing intro -- it must have taken a lot of forethought and behind the scenes organization to make the flow of this video series seem so effortless. THANK YOU!!

Ответить
eric richard
eric richard - 31.07.2023 20:15

the explanations are well detailed, this really helps with understanding the library and know exactly what to use and where to use it. You have helped a great community of beginners. 🙏🏾🙏🏾🙏🏾🙏🏾🙏🏾

Ответить
Kenneth Stephani
Kenneth Stephani - 08.07.2023 18:00

Great video!

Ответить
vsandu
vsandu - 06.07.2023 13:25

God!
"`load_boston` has been removed from scikit-learn since version 1.2.

The Boston housing prices dataset has an ethical problem: as
investigated in [1], the authors of this dataset engineered a
non-invertible variable "B" assuming that racial self-segregation had a
positive impact on house prices [2]. Furthermore the goal of the
research that led to the creation of this dataset was to study the
impact of air quality but it did not give adequate demonstration of the
validity of this assumption.z"

Ответить
lifer pointer
lifer pointer - 03.07.2023 17:13

sadly i cant agree with others😕 my dumbass have a lot of doubts. what is the purrpose of gridsearch?

Ответить
Marko Milenkovic
Marko Milenkovic - 02.07.2023 09:53

Is it still worth watching this video? How much has changed in 2 years? Thank you

Ответить
Abdelkader KAOUANE
Abdelkader KAOUANE - 28.06.2023 21:11

Very interesting, Thank you very much

Ответить
Shajid Mughal
Shajid Mughal - 26.06.2023 10:42

So far into the video, I don't see the data split into train and test samples. Does that mean the model is testing on seen data? If yes, how reliable are these metrics?
Someone shed some light, please.

Ответить
huy nguyễn
huy nguyễn - 16.04.2023 12:49

ok thanks you bro

Ответить
Bruv
Bruv - 07.04.2023 04:01

Just a FYI

`load_boston` has been removed from scikit-learn since version 1.2.

A whole book about racial issues and stuff. Well its not removed but modified. Kaggle has it

Ответить
Xu Yi
Xu Yi - 03.04.2023 07:13

Do you guys know where I can download that csv file used in pre-processing part? Thanks!

Ответить
John Moore
John Moore - 27.03.2023 01:22

Great video. Helped me with multiple sections that I had been fumbling my way through. No hard going over some things I already knew aswell.
Thanks for this..👍

Ответить
Development elements
Development elements - 25.03.2023 09:29

Is it just me or is it everyone who thinks that everyone says every language and library is extremely popular and is the main aspect when it comes to building the best things in the world

Ответить
Steve Bogucki
Steve Bogucki - 13.03.2023 04:02

So amazing. Either this video is especially approachable or I've been exposed to these concepts enough now that they're finally starting to click. Probably both, but the former is definitely a significant factor. Well done

Ответить
kodiaktheband
kodiaktheband - 10.03.2023 21:10

The Boston housing prices dataset has an ethical problem: as
investigated in [1], the authors of this dataset engineered a
non-invertible variable "B" assuming that racial self-segregation had a
positive impact on house prices [2]. Furthermore the goal of the
research that led to the creation of this dataset was to study the
impact of air quality but it did not give adequate demonstration of the
validity of this assumption.

The scikit-learn maintainers therefore strongly discourage the use of
this dataset unless the purpose of the code is to study and educate
about ethical issues in data science and machine learning.

Ответить
Inglés con Peliculas
Inglés con Peliculas - 09.03.2023 16:39

it's great...

Ответить
Asok Thirunavukarasu
Asok Thirunavukarasu - 21.02.2023 21:33

What do you mean watch all these videos? Are there different videos series?

Ответить
Rodion Raskolnikov
Rodion Raskolnikov - 05.02.2023 15:06

truly a great tutorial!

Ответить
Jakob Aljaz
Jakob Aljaz - 05.02.2023 05:29

i feel i learned so much, great job sir. Thank you :)

Ответить
Josh Jetson
Josh Jetson - 03.02.2023 22:15

This is an excellent tutorial. Im doing the coursera ibm maachine learning cert and supplementing it with this video. This overall is a much more palatable and easier to understand tutorial of scikit learn and really a machine learning model in general. Awesome work!

Ответить
Vifany
Vifany - 20.01.2023 07:33

>muh data science
Yet you tamper with algorithm 'cause of "racism". Like "This is valid parameter, but I will ignore it and maybe it will go away"

Ответить
Bernard de Terwangne
Bernard de Terwangne - 27.12.2022 11:13

I loved the end chapter that joined machine learning with expert systems I've used 30 years ago...

Ответить
komolkolpo mazumder
komolkolpo mazumder - 14.12.2022 18:17

which interface is this???

Ответить
Luciano Gomes
Luciano Gomes - 17.11.2022 06:58

very useful... I run the code on idle but it didnt work well, there are something that need to revise like importation of library being after used variable.

Ответить
Rafael Izukawa
Rafael Izukawa - 16.11.2022 02:23

Do someone have the credit card fraud .csv similar to the teacher? Because the sheet that I got on Kaggle I can't convert it directly to dataframe (yes, I tried to do some pretreatment on file but in the last row, if I sum up every thing, its returns 0)

Ответить
Luciano Gomes
Luciano Gomes - 24.10.2022 01:58

this has an awesome didactics

Ответить
Ольга Кліщук
Ольга Кліщук - 23.10.2022 14:42

I have one question on time of lapsing GridSearchCV pipeline: how to minimize time of running code, because my model was estimated with mean fit time at least 9 min. My processor is AMD Ryzen 5 5500U with Radeon Graphics 2.10 GHz and 6 cores. Thenk you in advance!

Ответить
nikumoniborah
nikumoniborah - 18.09.2022 14:26

112

Ответить
nikumoniborah
nikumoniborah - 18.09.2022 14:26

rr

Ответить
me
me - 12.08.2022 04:07

Very good tutorial.

Ответить
Abdullah Shahzad
Abdullah Shahzad - 10.08.2022 20:46

Sorry but no clear explanation of anything. How would someone know what all these fit, predict functions are doing when you dont even show the dataset??

Ответить
me
me - 10.08.2022 03:05

Is GridSearchCV(... ,cv=3) doing a nested crossvalidation?

Ответить