Tagged articles

Lasso Regression

3 articles · Page 1 of 1
DeepHub IMBA
DeepHub IMBA
Jun 19, 2026 · Artificial Intelligence

Feature Selection Techniques in Machine Learning: Filters, Wrappers, and Embedded Methods

The article explains why feature selection is crucial for machine‑learning models, outlines three main categories—filter, wrapper, and embedded methods—and details concrete techniques such as correlation analysis, chi‑square test, mutual information, forward and backward selection, recursive feature elimination, Lasso regression, and tree‑based importance, with examples and formulas.

Embedded MethodsFilter MethodsLasso Regression
0 likes · 9 min read
Feature Selection Techniques in Machine Learning: Filters, Wrappers, and Embedded Methods
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 RegressionLogistic RegressionRidge Regression
0 likes · 13 min read
Seven Classic Regression Models for Machine Learning
Qunar Tech Salon
Qunar Tech Salon
Oct 10, 2018 · Artificial Intelligence

Introduction to Lasso Regression with scikit-learn

This article provides a comprehensive guide to Lasso regression, covering its theoretical background, scikit-learn API parameters, step‑by‑step Python implementation, cross‑validation for hyper‑parameter tuning, visualization of predictions, and a discussion of its advantages over ridge regression.

Cross‑ValidationLasso RegressionPython
0 likes · 6 min read
Introduction to Lasso Regression with scikit-learn