LassoRegressor
LassoRegressorA model type for constructing a lasso regressor, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
LassoRegressor = @load LassoRegressor pkg=MLJScikitLearnInterfaceDo model = LassoRegressor() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in LassoRegressor(alpha=...).
Hyper-parameters
alpha = 1.0fit_intercept = trueprecompute = falsecopy_X = truemax_iter = 1000tol = 0.0001warm_start = falsepositive = falserandom_state = nothingselection = cyclic