JuliaAI / MLJLinearModels.jl

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

Symstr #45

Closed tlienart closed 4 years ago

tlienart commented 4 years ago

Context: https://github.com/alan-turing-institute/MLJ.jl/issues/387

Now:

lc = LogisticClassifier(penalty="l1")

is allowed.

codecov-io commented 4 years ago

Codecov Report

Merging #45 into master will not change coverage. The diff coverage is 33.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   94.24%   94.24%           
=======================================
  Files          22       22           
  Lines         782      782           
=======================================
  Hits          737      737           
  Misses         45       45
Impacted Files Coverage Δ
src/mlj/interface.jl 90.47% <ø> (ø) :arrow_up:
src/mlj/regressors.jl 56.25% <0%> (ø) :arrow_up:
src/mlj/classifiers.jl 100% <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 289a373...7458e25. Read the comment docs.