glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 82 forks source link

example usage #358

Closed jasmainak closed 4 years ago

jasmainak commented 4 years ago

closes #357

codecov-io commented 4 years ago

Codecov Report

Merging #358 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   75.66%   75.66%           
=======================================
  Files           4        4           
  Lines         678      678           
  Branches      149      149           
=======================================
  Hits          513      513           
  Misses        128      128           
  Partials       37       37

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 b403bac...6c6fe24. Read the comment docs.

jasmainak commented 4 years ago

Love the changes and re-organization. Thanks @pavanramkumar and @geektoni !