JuliaAI / MLJLinearModels.jl

Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
MIT License
81 stars 13 forks source link

Clarify `LogisticClassifier.lambda` docstring #121

Closed rikhuijzer closed 2 years ago

rikhuijzer commented 2 years ago

I was reading the code and got confused by the use of capital letters and newlines in the docstring for LogisticClassifier.lambda. This PR makes the two lines clearer.