glm-tools / pyglmnet

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

Refactor hess #219

Closed jasmainak closed 7 years ago

jasmainak commented 7 years ago

This PR is on top of https://github.com/glm-tools/pyglmnet/pull/217

Diff will look cleaner once that PR is merged. I'll also try to add tests for hessian and the hessian for gamma GLM here

codecov-io commented 7 years ago

Codecov Report

Merging #219 into master will not change coverage. The diff coverage is 90.9%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #219   +/-   ##
=======================================
  Coverage   76.43%   76.43%           
=======================================
  Files           5        5           
  Lines         488      488           
  Branches       93       93           
=======================================
  Hits          373      373           
  Misses         80       80           
  Partials       35       35
Impacted Files Coverage Δ
pyglmnet/pyglmnet.py 81.79% <90.9%> (ø) :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 0a06632...d87adf9. Read the comment docs.