Skip to content
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

[WIP] Least Angle Regression #115

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stokhos
Copy link

@stokhos stokhos commented Apr 3, 2021

This is a dummy PR.

TODO

  • Decide what should be included in this PR
  • Read papers
  • Look at scikit-learn LARS implementations
  • Be familiar with ndarray

@stokhos stokhos marked this pull request as draft April 3, 2021 20:16
@bytesnake
Copy link
Member

you can find the original paper here: https://web.stanford.edu/~hastie/Papers/LARS/LeastAngle_2002.pdf there is also a section in the ELSII book on section 3.4.4 (p. 92) about LAR

@stokhos
Copy link
Author

stokhos commented Apr 10, 2021

I have finished reading the paper.

I did some search on LARS, looks like there are other variants. Like Robust LARS, and LARS with LASSO modification.

For now, I'll just focus on LARS. And then I will try to implement others.

@stokhos stokhos changed the title Least Angle Regression [WIP] Least Angle Regression Apr 12, 2021
@AndersonYin AndersonYin mentioned this pull request Mar 2, 2024
24 tasks
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.

None yet

2 participants