-
-
Notifications
You must be signed in to change notification settings - Fork 26k
TST separate checks for sparse array and sparse matrix input in estimator_checks
#27576
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
Merged
adrinjalali
merged 32 commits into
scikit-learn:main
from
StefanieSenger:sparse_estimator_checks
Feb 23, 2024
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a6c488d
separate checks for sparse array and sparse matrix input
StefanieSenger c60e232
fix input for raise_for_type
StefanieSenger 0071c10
correcter error message
StefanieSenger 8b1eb77
repaired datatype selection and CI failures
StefanieSenger 028d580
Lasso and ElasticNet don't support large sparse data
StefanieSenger 5acf09a
Merge branch 'main' into sparse_estimator_checks
StefanieSenger 8e9feaa
refactored code of almost identical checks
StefanieSenger 22b3998
changelog
StefanieSenger b156ef6
test should now run with lower scipy version
StefanieSenger bba2616
fix
StefanieSenger 2c7b59a
Update sklearn/linear_model/_coordinate_descent.py
StefanieSenger 3314d79
doc for LinearModelCV
StefanieSenger cb0f629
Merge branch 'main' into sparse_estimator_checks
StefanieSenger 22a0f1d
'dia' part of data generation and handled DeprecationWarning
StefanieSenger 8792ce8
ignore_warnings instead of filterwarnings
StefanieSenger 7ee5d0b
Merge branch 'main' into sparse_estimator_checks
StefanieSenger 28a1417
use warnings.filterwarnings
StefanieSenger 2c6e49a
match warning message from start and collect it
StefanieSenger cfe1a38
Merge branch 'main' into sparse_estimator_checks
StefanieSenger be3ea35
moved change log entry
StefanieSenger 7cc9a53
Merge branch 'main' into sparse_estimator_checks
adrinjalali c00f38d
Merge branch 'main' into sparse_estimator_checks
StefanieSenger 4c00851
swapped deprecated X.getformat() for the newer X.format
StefanieSenger a87292e
Merge branch 'sparse_estimator_checks' of github.com:StefanieSenger/s…
StefanieSenger 1f2527c
Merge branch 'main' into sparse_estimator_checks
adrinjalali 7a2fc50
convert sparse dok_array into sparse coo_array before hstack
StefanieSenger a0bd979
compatibility with scipy versions < 1.11
StefanieSenger 43b482d
Merge branch 'main' into sparse_estimator_checks
StefanieSenger 83439c3
public path for isinstance check
StefanieSenger 3cfc057
Apply suggestions from code review
StefanieSenger 2bf114a
added conversion into sparse array
StefanieSenger 7b0df06
Merge branch 'main' into sparse_estimator_checks
StefanieSenger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.