MultiTaskLassoCVRegressor
MultiTaskLassoCVRegressorA model type for constructing a multi-target 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
MultiTaskLassoCVRegressor = @load MultiTaskLassoCVRegressor pkg=MLJScikitLearnInterfaceDo model = MultiTaskLassoCVRegressor() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in MultiTaskLassoCVRegressor(eps=...).
Hyper-parameters
eps = 0.001n_alphas = 100alphas = nothingfit_intercept = truemax_iter = 300tol = 0.0001copy_X = truecv = 5verbose = falsen_jobs = 1random_state = nothingselection = cyclic