JuliaAI / MLJLinearModels.jl

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

Try adding on the fly scale estimation #2

Open tlienart opened 5 years ago

tlienart commented 5 years ago

basically just re-scale the calls by median(r). This may be what matlab does though a bit unclear.