:: DeveloperApi :: GeneralizedLinearAlgorithm implements methods to train a Generalized Linear Model (GLM).
:: DeveloperApi :: GeneralizedLinearModel (GLM) represents a model trained using GeneralizedLinearAlgorithm.
Class that represents the features and labels of a data point.
Regression model trained using Lasso.
Train a regression model with L1-regularization using Stochastic Gradient Descent.
Regression model trained using LinearRegression.
Train a linear regression model with no regularization using Stochastic Gradient Descent.
Regression model trained using RidgeRegression.
Train a regression model with L2-regularization using Stochastic Gradient Descent.
Top-level methods for calling Lasso.
Top-level methods for calling LinearRegression.
Top-level methods for calling RidgeRegression.