Hands-On Linear Regression with Scikit-Learn in Python (Beginner Friendly)

preview_player
Показать описание
Are you eager to dive into the fascinating world of machine learning and data science?

If so, you're in the right place! In this video, we'll take you step by step through the basics of linear regression using Python and Scikit-Learn

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
Автор

Awesome work, been watching your videos with great interest!

misterx
Автор

If anyone is wondering why the underscores work so in Python, we can put underscores in numeric literals to improve readability

ASSHIVAM-sm
Автор

Thanks so much for another great video - great tutorial on plotting and many other functions for a beginner like me. The code on my screen was cut off and I couldn't reproduce your results until I add the last item "size=num_samples" to this line: salaries = slope* years_of_experience + intercept + np.random.normal(0, 10_000, size=num_samples).

andyhong
Автор

Great videos! If you can somehow move your camera view somewhere closer to the edges it would be great, it blocks your coding examples. Also, when your coding statements get long, we are unable to see as the right side of the coding cells are cut off.

ixcel
Автор

Bro you’re killing me every time you say chat GTP instead of GPT

_whittington