Generalized Linear Models¶
Examples concerning the sklearn.linear_model
module.

Fitting an Elastic Net with a precomputed Gram Matrix and Weighted Samples

HuberRegressor vs Ridge on dataset with strong outliers

MNIST classification using multinomial logistic + L1

Multiclass sparse logistic regression on 20newgroups

One-Class SVM versus One-Class SVM using Stochastic Gradient Descent

Ordinary Least Squares and Ridge Regression Variance

Plot multinomial and One-vs-Rest Logistic Regression

Ridge coefficients as a function of the L2 Regularization

Аппроксимация кривой с помощью байесовской ридж регрессии

Построение коэффициентов Риджа как функцию регуляризации