Skip to content

FIX Allow alpha 0 when not using LOO in RidgeCV#28425

Merged
lorentzenchr merged 5 commits intoscikit-learn:mainfrom
lucyleeow:ridgecv
Feb 17, 2024
Merged

FIX Allow alpha 0 when not using LOO in RidgeCV#28425
lorentzenchr merged 5 commits intoscikit-learn:mainfrom
lucyleeow:ridgecv

Conversation

@lucyleeow
Copy link
Copy Markdown
Member

Reference Issues/PRs

closes #23074

What does this implement/fix? Explain your changes.

Allow alpha 0 when not using default cv LOO, consistent with what happens when you use Ridge and GridSearchCV
Adds note in user guide about this.

Any other comments?

Happy to change.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 15, 2024

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: d4df6d0. Link to the linter CI: here

@lucyleeow
Copy link
Copy Markdown
Member Author

ping @lorentzenchr

@lorentzenchr lorentzenchr enabled auto-merge (squash) February 17, 2024 11:08
@lorentzenchr lorentzenchr merged commit aaf215c into scikit-learn:main Feb 17, 2024
@lucyleeow lucyleeow deleted the ridgecv branch February 19, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RidgeCV doesn't allow alpha=0

2 participants