-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug (ssr): Be explicit when setting the shape.
Previously, sklearn.linear_model.ridge_regression would always give a 2D array when using 2D inputs. A change to scikitlearn 1.6 now squeezes that extra dimension when there's only one target for the regression. Also, remove extra debug.py that snuck in previous commit.
- Loading branch information
1 parent
f60cba9
commit 8b8f0a5
Showing
2 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.