JuliaAI / MLJLinearModels.jl

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

Fix documentation deployment url. Fix `fitted_params`. #101

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

100

codecov-commenter commented 3 years ago

Codecov Report

Merging #101 (b7eb8fc) into master (0b2ddf9) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   94.64%   94.76%   +0.11%     
==========================================
  Files          20       20              
  Lines         840      840              
==========================================
+ Hits          795      796       +1     
+ Misses         45       44       -1     
Impacted Files Coverage Δ
src/mlj/interface.jl 85.18% <100.00%> (+1.85%) :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 0b2ddf9...b7eb8fc. Read the comment docs.

tlienart commented 3 years ago

@ablaom I've added a fix for #102 kindly reported by a user, I've bumped up the patch version (0.5.4 -> 0.5.5). This should be good to go.

I'm holding back squashing & merging + releasing in case you wanted to wait on some other thing, on my side this is all good. Thanks!

ablaom commented 3 years ago

Releases are cheap. I'll make an new one.