Lasso Regression with Scikit-Learn (Beginner Friendly)

preview_player
Показать описание
Welcome to our comprehensive tutorial on Lasso Regression using the scikit-learn library in Python! In this video, we dive deep into the world of Lasso Regression, a powerful machine learning technique used for feature selection and regularization.

Interested in discussing a Data or AI project? Feel free to reach out via email or simply complete the contact form on my website.

🍿 WATCH NEXT

MY OTHER SOCIALS:

WHO AM I?
As a full-time data analyst/scientist at a fintech company specializing in combating fraud within underwriting and risk, I've transitioned from my background in Electrical Engineering to pursue my true passion: data. In this dynamic field, I've discovered a profound interest in leveraging data analytics to address complex challenges in the financial sector.

This YouTube channel serves as both a platform for sharing knowledge and a personal journey of continuous learning. With a commitment to growth, I aim to expand my skill set by publishing 2 to 3 new videos each week, delving into various aspects of data analytics/science and Artificial Intelligence. Join me on this exciting journey as we explore the endless possibilities of data together.

*This is an affiliate program. I may receive a small portion of the final sale at no extra cost to you.
Рекомендации по теме
Комментарии
Автор

Hey guys I hope you enjoyed the video! If you did please subscribe to the channel!


*Both Datacamp and Stratascratch are affiliate links.

RyanAndMattDataScience
Автор

I made a mistake within this video: fit_transform must be only on train set, for test there must be only transform.

RyanAndMattDataScience
Автор

Just found your channel, loving the python tutorials

ryuhayabusa
Автор

so what if the lasso drop two features who can you tell which features it dropeed when you zip teh freatures and coeef back together???

SusanElliott-wq
Автор

Nice video! Say does LASO-Regression only apply to multiple linear regression where you have multiple variables that contribute to the target variable?

misterx
Автор

Very useful video, very cool. Saved me a bunch of time and effort from trying to learn it R A W.

lockelancer
Автор

Dear Ryan, could you please write all these codes with pipelines and columns transformers, it would be great to see the best practice with all sklearn pipeline tools. Thank you for this great work, and more feature engineering please :)