You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 L1 and standarization #106.
In the warning that is printed, direct the user to the above docs.
The text was updated successfully, but these errors were encountered:
Following discussion on Slack
fit!(machine(@pipeline(Standardizer(), MLJLinearModels.LogisticClassifier(penalty = :l1)), X, y)
as described in issue L1 and standarization #106.The text was updated successfully, but these errors were encountered: