8000 [WIP] Handle n_samples > n_features efficiently for sparse matricies in RidgeCV by orausch · Pull Request #13327 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Handle n_samples > n_features efficiently for sparse matricies in RidgeCV #13327

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

Closed
wants to merge 1 commit into from

Conversation

orausch
Copy link
@orausch orausch commented Feb 28, 2019

Reference Issues/PRs

#13325

What does this implement/fix? Explain your changes.

RidgeCV currently inefficiently solves the normal equations when sparse matrices are solved and 'auto' is selected as a solver. This PR adds a dimension check before solving.

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.

1 participant
0