LassoCVRegressor
LassoCVRegressorA model type for constructing a lasso regressor with built-in cross-validation, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
LassoCVRegressor = @load LassoCVRegressor pkg=MLJScikitLearnInterfaceDo model = LassoCVRegressor() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in LassoCVRegressor(eps=...).
Hyper-parameters
eps = 0.001n_alphas = 100alphas = nothingfit_intercept = trueprecompute = automax_iter = 1000tol = 0.0001copy_X = truecv = 5verbose = falsen_jobs = nothingpositive = falserandom_state = nothingselection = cyclic