JuliaStats / GLMNet.jl

Julia wrapper for fitting Lasso/ElasticNet GLM models using glmnet
Other
95 stars 35 forks source link

Add methods for calling multi-response gaussian family #66

Closed BenjaminDoran closed 3 weeks ago

BenjaminDoran commented 1 year ago

Adds methods to call glmnet(X, Y, MvNormal()) for multi-response normal problems.

I added tests to make sure the methods are producing the same answers as the R version.

Should close my issue #65

codecov-commenter commented 1 year ago

Codecov Report

Attention: Patch coverage is 62.31884% with 26 lines in your changes are missing coverage. Please review.

Project coverage is 88.97%. Comparing base (47da7a0) to head (582ed9b).

Files Patch % Lines
src/MultiResponseNet.jl 58.06% 26 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #66 +/- ## ========================================== - Coverage 93.61% 88.97% -4.65% ========================================== Files 3 4 +1 Lines 470 535 +65 ========================================== + Hits 440 476 +36 - Misses 30 59 +29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JackDunnNZ commented 3 weeks ago

Closing and opening to retrigger actions