Tag

ridge regression

0 views collected around this technical thread.

Model Perspective
Model Perspective
Jul 22, 2022 · Artificial Intelligence

Understanding Ridge Regression: Definitions, Properties, and Parameter Selection

This article explains ridge regression by defining the estimator, outlining its key properties, discussing methods for choosing the ridge parameter, and demonstrating its application to economic data with Python code and visualizations.

Pythonlinear modelsparameter selection
0 likes · 6 min read
Understanding Ridge Regression: Definitions, Properties, and Parameter Selection
Model Perspective
Model Perspective
Jul 21, 2022 · Artificial Intelligence

Tackling Multicollinearity: Ridge and LASSO Regression Explained with Python

This article explains how multicollinearity undermines ordinary least squares estimates, introduces ridge and LASSO regularization as remedies, and demonstrates their application on a 1966 French economic dataset using Python’s statsmodels, complete with code and interpretation of results.

LASSOPythoneconometrics
0 likes · 7 min read
Tackling Multicollinearity: Ridge and LASSO Regression Explained with Python
Python Programming Learning Circle
Python Programming Learning Circle
May 10, 2022 · Artificial Intelligence

Seven Classic Regression Models for Machine Learning

This article introduces regression analysis and explains why it is essential for predictive modeling, then details seven widely used regression techniques—including linear, logistic, polynomial, stepwise, ridge, lasso, and elastic‑net—while offering guidance on selecting the most appropriate model for a given dataset.

lasso regressionlinear regressionlogistic regression
0 likes · 13 min read
Seven Classic Regression Models for Machine Learning
Qunar Tech Salon
Qunar Tech Salon
Oct 9, 2018 · Artificial Intelligence

Ridge Regression with scikit-learn: Theory, Implementation, and Example

This article introduces Ridge regression, explains its theory and regularization role, discusses overfitting and bias‑variance trade‑offs, presents scikit‑learn parameters, and provides a complete Python example from data loading to model training, evaluation, and optimal alpha selection.

Pythonmachine learningregression
0 likes · 7 min read
Ridge Regression with scikit-learn: Theory, Implementation, and Example
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 4, 2017 · Artificial Intelligence

Master Linear, Weighted, and Ridge Regression: Theory, Code, and Evaluation

This article introduces regression concepts, explains linear, locally weighted, and ridge regression methods, demonstrates their mathematical foundations, provides Python implementations, and discusses model evaluation techniques to help readers choose the appropriate regression approach for their data.

Pythonlinear regressionmachine learning
0 likes · 10 min read
Master Linear, Weighted, and Ridge Regression: Theory, Code, and Evaluation