-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fixes for scikit-learn 0.24 #77
Open
gfournier
wants to merge
35
commits into
societe-generale:master
Choose a base branch
from
gfournier:sklearn_0_24
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
539380c
Fix imports for scikit-learn 0.24
gfournier 1c37732
fix import sklearn 0.24
LionelMassoulard a417df0
explicit catch of 'ImportError'
LionelMassoulard ce31a90
make random_state None when shuffle is False
LionelMassoulard 15382f9
fix test to unpack or not
LionelMassoulard b3eef93
remove old 'presort' attribute
LionelMassoulard c023741
fix test : ValueError or nan everywhere
LionelMassoulard f9d3add
fix longtest flag
LionelMassoulard 801394f
FeatureSelector : fix random_state
LionelMassoulard 63bf1fe
Update scikit-learn/pandas version for tests
gfournier 047b101
fix tipo when raise
LionelMassoulard 09e81ce
remove useless imports
LionelMassoulard a2c49d8
allow test if graphviz executable not installed
LionelMassoulard 7dc3d18
fix test sparse vs non sparse
LionelMassoulard 908e5a1
fix tests
LionelMassoulard c8ca386
fix compat old / new gensim
LionelMassoulard 34d6caf
remove requirement scipy < 1.6.0
LionelMassoulard 0d9ea57
compat old new gensim
LionelMassoulard e92c4d7
fix block manager to allow safe_indexing to work
LionelMassoulard c5f5810
use "fit_predict" instead of fit
LionelMassoulard 1551d4b
remove 'min_impurity_split' argument
LionelMassoulard 9ef0b6c
* remove 'precompute_distances'
LionelMassoulard 8e34548
fill with 0 by default
LionelMassoulard 4827907
don't sparsify if already sparse, don't copy if all sparse
LionelMassoulard 579958e
* fix test in case of composition
LionelMassoulard be1df5c
allow argument to be passed to linear klass
LionelMassoulard fa052b2
fix solver for test
LionelMassoulard c92637a
add other_linear_params
LionelMassoulard 8299e6e
simplify test
LionelMassoulard 18443ee
change solver
LionelMassoulard 0edae89
400 observation at least
LionelMassoulard 1b5bd33
allow other parameter to be passed to truncated svd
LionelMassoulard e21a6a9
fix test : force 'n_iter' to 1 so that it doesn't create an error
LionelMassoulard 69452e9
change default sover
LionelMassoulard 9f96a92
fix : pass correct attribute
LionelMassoulard 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 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 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 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 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 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change pandas latest : 1.2.2 ?