-
-
Notifications
You must be signed in to change notification settings - Fork 305
[Feature] Add Least Angle Regression #421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #421 +/- ##
==========================================
+ Coverage 76.91% 77.02% +0.10%
==========================================
Files 101 104 +3
Lines 7045 7330 +285
==========================================
+ Hits 5419 5646 +227
- Misses 1626 1684 +58 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
relf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this contribution! I find it in pretty good shape, I've just made a first pass mainly wrt the documentation.
Implementation of the Least Angle Regression Algorithm
Note: This PR addresses the same feature as #115, which has been inactive.
Hope this implementation meets the library standards. If any further changes are required, feel free to modify it.