[Feature] Add Least Angle Regression#421
Merged
relf merged 13 commits intorust-ml:masterfrom Dec 9, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #421 +/- ##
========================================
Coverage 76.91% 76.92%
========================================
Files 101 104 +3
Lines 7045 7321 +276
========================================
+ Hits 5419 5632 +213
- Misses 1626 1689 +63 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
relf
requested changes
Dec 3, 2025
Member
relf
left a comment
There was a problem hiding this comment.
Thank you for this contribution! I find it in pretty good shape, I've just made a first pass mainly wrt the documentation.
relf
requested changes
Dec 7, 2025
Co-authored-by: Rémi Lafage <remi.lafage@onera.fr>
relf
approved these changes
Dec 9, 2025
Member
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.