JuliaAI / MLJLinearModels.jl

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

fix default solver for robust regression, MLJ issue 401 #44

Closed tlienart closed 4 years ago

tlienart commented 4 years ago

RobustRegressions (e.g. Quantile, LAD) had no default solver, this was due to an improperly typed _solver function (which returns the default solver for a regression/classification).

Note: patch release, will need update of MLJRegistry

codecov-io commented 4 years ago

Codecov Report

Merging #44 into master will not change coverage. The diff coverage is 25%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   94.24%   94.24%           
=======================================
  Files          22       22           
  Lines         782      782           
=======================================
  Hits          737      737           
  Misses         45       45
Impacted Files Coverage Δ
src/fit/default.jl 80% <0%> (ø) :arrow_up:
src/glr/utils.jl 90.9% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 85717c9...78536a4. Read the comment docs.