MLJLinearModels.jl
MLJLinearModels.jl copied to clipboard
Docs for L1+std
Following discussion on Slack
- in the docs (maybe in the quick start), add a brief example that does lasso with
fit!(machine(@pipeline(Standardizer(), MLJLinearModels.LogisticClassifier(penalty = :l1)), X, y)as described in issue #106. - In the warning that is printed, direct the user to the above docs.
Since this is documentation related, let me mention: https://github.com/alan-turing-institute/MLJ.jl/issues/913