Тёмный

Understanding Pipeline in Machine Learning with Scikit-learn (sklearn pipeline) 

Dr. Data Science
Подписаться 7 тыс.
Просмотров 42 тыс.
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 26   
@AnkitGupta005
@AnkitGupta005 2 года назад
Short and crisp. Thank you!
@fabianaltendorfer11
@fabianaltendorfer11 2 года назад
that's a great introduction to pipelines! Thanks
@DrDataScience
@DrDataScience 2 года назад
Thank you!
@kianaliaghat7740
@kianaliaghat7740 2 года назад
thanks for your short, useful introduction! it helped me a lot
@DrDataScience
@DrDataScience 2 года назад
Thanks for the comment.
@aszx-tv4pq
@aszx-tv4pq 4 месяца назад
HI there, very happy with this channel could you explain a bit simpler what is pipeline part!
@maxwellpatten9227
@maxwellpatten9227 8 месяцев назад
This is excellent. Thank you
@DrDataScience
@DrDataScience 8 месяцев назад
Thanks!
@muhammadjamalahmed8664
@muhammadjamalahmed8664 3 года назад
Love your tutorials..
@DrDataScience
@DrDataScience 3 года назад
Thanks!
@Hajar1992ful
@Hajar1992ful 2 года назад
Thank you for this useful video!
@sebacortes8812
@sebacortes8812 Год назад
muchas gracias saludos desde chile!!
@DrDataScience
@DrDataScience Год назад
Gracias!
@hiba8484
@hiba8484 Год назад
Thanks, its really helpfull
@DrDataScience
@DrDataScience Год назад
Thanks for watching this video!
@adiver_
@adiver_ 9 месяцев назад
hello As you have imported polynomial features and transformed the independent variable(X_train) for it be fitted in a polynomial regression then why did you put linearregression() as the estimator in the last tuple of the list?? shouldn't you have use polyfit function or something else? NOTE: I am a beginner here , so the doubts can be silly.
@DrDataScience
@DrDataScience 9 месяцев назад
Good question! We have already created all the polynomial terms that we need, i.e., x, x^2, x^3, etc. Thus, we can now view this as a linear regression problem with respect to the "new/artificial" features.
@adiver_
@adiver_ 9 месяцев назад
I appreciate your reply , it cleared exactly what i was asking. Thanks @@DrDataScience
@adiver_
@adiver_ 9 месяцев назад
@@DrDataScience one more thing I need to ask if you can spare some time, I have seen people do parameter scaling using StandardScaler() before polynomial features and estimator in a Pipeline argument, so is the scaling a necessary step or we can skip it??
@gabrielmarchioli4669
@gabrielmarchioli4669 2 года назад
Great video. Helped me a lot
@nachoeigu
@nachoeigu 2 года назад
I have a big one question: What is the difference of build a Machine Learning application with Pipeline and to build a machine learning application with a OOP technique? I see that it is the same.
@DrDataScience
@DrDataScience 2 года назад
Everything in Python is defined as a class so we use OOP all the time. Pipeline provides a nice flexible way to combine multiple transformers and an estimator.
@rishidixit7939
@rishidixit7939 4 месяца назад
Why are all arrays converted to column matrices while applying sklearn
@DrDataScience
@DrDataScience 4 месяца назад
Because each column corresponds to a feature or attribute of your data set. Thus, the number of elements in that column vector is equal to the number of samples.
@burakakay6632
@burakakay6632 2 года назад
Thank you :=}
@DrDataScience
@DrDataScience 2 года назад
You are welcome!
Далее
НЕ БУДИТЕ КОТЯТ#cat
00:21
Просмотров 1,1 млн
Scikit-Learn Model Pipeline Tutorial
16:50
Просмотров 26 тыс.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Просмотров 313 тыс.
Data Pipelines Explained
8:29
Просмотров 156 тыс.
What is RAG? (Retrieval Augmented Generation)
11:37
Просмотров 150 тыс.