LassoLarsCVRegressor
LassoLarsCVRegressorA model type for constructing a Lasso model fit with least angle regression (LARS) with built-in cross-validation, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
LassoLarsCVRegressor = @load LassoLarsCVRegressor pkg=MLJScikitLearnInterfaceDo model = LassoLarsCVRegressor() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in LassoLarsCVRegressor(fit_intercept=...).
Hyper-parameters
fit_intercept = trueverbose = falsemax_iter = 500precompute = autocv = 5max_n_alphas = 1000n_jobs = nothingeps = 2.220446049250313e-16copy_X = truepositive = false