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