UBC-MDS / lr_cd

Python package for linear regression with coordinate descent algorithm.
https://lr-cd.readthedocs.io/en/latest/?badge=latest
MIT License
1 stars 0 forks source link

fix: add the links of pypi and testpypi, add the output of intercept and coefficients #70

Closed andyzhangstat closed 1 year ago

andyzhangstat commented 1 year ago

fix: add the links of pypi and testpypi, add the output of intercept and coefficients

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3aa877b) 100.00% compared to head (9e92b78) 100.00%. Report is 1 commits behind head on readme.

:exclamation: Current head 9e92b78 differs from pull request most recent head 0757e29. Consider uploading reports for the commit 0757e29 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## readme #70 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 70 70 ========================================= Hits 70 70 ```

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

andyzhangstat commented 1 year ago

address the issue in #69 and #67 and #64

fohy24 commented 1 year ago

looks good!