Das lineare Modell wird unter Bezugnahme auf offizielle Website von scikit-learn zusammengefasst.
Ordinary Least Squares¶ Regression der minimalen Quadrate (OLS: Ordentliche Regression der kleinsten Quadrate)
Ridge regression and classification¶
Lasso¶
Multi-task Lasso
Elastic-Net
Multi-task Elastic-Net
Least Angle Regression
LARS Lasso
Orthogonal Matching Pursuit (OMP)
Bayesian Regression
Logistic regression
Stochastic Gradient Descent - SGD
Perceptron
Passive Aggressive Algorithms
Robustness regression: outliers and modeling errors
Polynomial regression: extending linear models with basis functions
Recommended Posts