/Linear-Regression-Lasso-using-python

This script demonstrates linear regression with LASSO regularization using the scikit-learn library. It generates synthetic data from a second-order polynomial equation with added Gaussian noise, segregates the data into training and test datasets, and models the data using a tenth-order polynomial with linear regression.

Primary LanguageJupyter Notebook

Watchers