ForecastingModel.LassoLars Property

Definition

Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer.

public static Azure.ResourceManager.MachineLearning.Models.ForecastingModel LassoLars { get; }
static member LassoLars : Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared ReadOnly Property LassoLars As ForecastingModel

Property Value

Applies to