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

Methods for finding maximum lambda #2

Open
7 tasks
joshday opened this issue Mar 5, 2016 · 1 comment
Open
7 tasks

Methods for finding maximum lambda #2

joshday opened this issue Mar 5, 2016 · 1 comment

Comments

@joshday
Copy link
Owner

joshday commented Mar 5, 2016

For Lasso:

  • L2Regression
  • L1Regression
  • LogisticRegression
  • PoissonRegression
  • SVMLike
  • HuberRegression
  • QuantileRegression
@klkeys
Copy link

klkeys commented May 29, 2017

Is this in reference to Section 2.5 of the glmnet reference paper? The glmnet guys use the maximum of x' * y with standardized copies of x and y.

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

No branches or pull requests

2 participants