In this Python Machine Learning tutorial for beginners we will look into,
- What is overfitting, underfitting
- How to address overfitting using L1 and L2 regularization
- Write code in python and sklearn for housing price prediction where we will see a model overfit when we use simple linear regression. Then we will use Lasso regression (L1 regularization) and ridge regression (L2 regression) to address this overfitting issue
#python #machine-learning #data-science #programming #developer