MLJLinearModels.jl icon indicating copy to clipboard operation
MLJLinearModels.jl copied to clipboard

Docs for L1+std

Open tlienart opened this issue 3 years ago • 1 comments

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.

tlienart avatar Mar 08 '22 16:03 tlienart

Since this is documentation related, let me mention: https://github.com/alan-turing-institute/MLJ.jl/issues/913

ablaom avatar Mar 08 '22 23:03 ablaom