Skip to content

IBMPredictiveAnalytics/STATS_LINEAR_RIDGE_REGRESSION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Ridge Regression

Summary

Fits linear ridge regression models using Python sklearn classes.

Description

Fits linear ridge regression models using the Python sklearn.linear_model.Ridge class to estimate estimate L2 or squared loss regularized linear regression models for a dependent variable on one or more independent variables, or the sklearn.model_? class to tune the hyperparameter and select a model based on crossvalidation.