Skip to content

Conversation

@aswin-1111
Copy link

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.

@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

❌ Patch coverage is 79.64912% with 58 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.02%. Comparing base (db63e70) to head (1dfc75c).

Files with missing lines Patch % Lines
algorithms/linfa-lars/src/algorithm.rs 85.52% 33 Missing ⚠️
algorithms/linfa-lars/src/lib.rs 27.27% 16 Missing ⚠️
algorithms/linfa-lars/src/hyperparams.rs 74.28% 9 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@relf relf left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants