Closed oooo26 closed 1 year ago
Base: 93.45% // Head: 93.47% // Increases project coverage by +0.01%
:tada:
Coverage data is based on head (
fd1061a
) compared to base (9ddc47d
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
- Add
_abessGLM
inAlgorithmGLM.h
as the base GLM class- Rewrite Logistic/Poisson/Gamma Regression on the basis of
_abessGLM
, which would be much simpler- Fix zero-weight sample bug Samples with zero weight can affect the result. #458
It would be better if you could document the changes in the change log https://abess.readthedocs.io/en/latest/Changelog.html after it is merged.
Sure, I will update both the change log and development guide later.
_abessGLM
inAlgorithmGLM.h
as the base GLM class_abessGLM
, which would be much simpler