Relevant playlists:
Machine Learning Codes and Concepts: https://youtube.com/playlist?list=PL2GWo47BFyUNeLIH127rVovSqKFm1rk07&si=lCPyHenEQYBCJzQ_
Deep Learning Concepts, simply explained: https://www.youtube.com/playlist?list=PL2GWo47BFyUO6Fiy2mJCxR8sUrBEfT6BM
Instructor: Pedram Jahangiry
All of the slides and notebooks used in this series are available on my GitHub page, so you can follow along and experiment with the code on your own.
https://github.com/PJalgotrader
Lecture Outline:
0:00 intro and where to find the code
1:42 Linear regression ML approach in python with scikit-learn package
49:13 Cross validation
56:00 Linear regression Econometrics approach in python with statsmodel package
5:23 Linear regression with PyCaret package