LassoLarsRegressor
LassoLarsRegressorA model type for constructing a Lasso model fit with least angle regression (LARS), based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
LassoLarsRegressor = @load LassoLarsRegressor pkg=MLJScikitLearnInterfaceDo model = LassoLarsRegressor() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in LassoLarsRegressor(alpha=...).
Hyper-parameters
alpha = 1.0fit_intercept = trueverbose = falseprecompute = automax_iter = 500eps = 2.220446049250313e-16copy_X = truefit_path = truepositive = false