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: readme print X and y for generate_data_lr #73

Closed fohy24 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (16038c8) 100.00% compared to head (52727f9) 100.00%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ========================================= 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.

Jing-19 commented 1 year ago

looks to good. Thanks!