-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[MRG] 0.20 deprecations #9570
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
Merged
[MRG] 0.20 deprecations #9570
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
eb4d179
Remove deprecated (0.18) cross_validation.py in favor of model_selection
6dfe9aa
Fix imports (from corss_validation module to model_selection module)
af42424
Remove tests checking old implementation
2362011
Remove grid_search and learning_curve also deprecated
776bba1
Remove gaussian_process
59e3f7d
remove code to be removed in 0.19
2ec39c0
remove ransac's residual_metric
c444763
remove RandomizedPCA (also from docs references etc)
amueller a2e40d7
remove references to old GP, GMM and sparse_center_data
amueller 7d4b2c1
more cleanup of deprecated scorers
amueller 2ffa7bd
More in scoring
0bf4146
Remove `hamming_loss` deprecated parameter `classes`
b36341e
splitter classes (issue:6660) Fix minor stuff
4b7aa69
Fix doctest expected output
67d711f
merge
amueller 195fcf3
unused imports
amueller daa5e4b
add vscode to gitignore
amueller b72c9b9
delete files again after botched merge.
amueller f30720a
import fix
amueller f114920
Merge branch 'master' into 0_20_deprecations
amueller 048a5ca
pep8
amueller ddd45bd
pep8
amueller 49b1498
delete old GMM
amueller 3144d76
remove deprecated scorers
amueller ec66b5d
attributes X_, y_ in isotonic
amueller 9a879e1
many more deprecations
amueller d50d694
remove grid_scores_ tests
amueller 278add7
export_graphviz out_file deprecation
amueller 40939f4
LDA learning_method changed to batch
amueller 2a34f54
change clone test from deprecation warning to error.
amueller a53c000
sphinx formatting
amueller 22a7cde
remove removed classed and functions from classes.rst
amueller 5d3fbe9
fix doctests
amueller cd48afa
Merge branch 'master' into 0_20_deprecations
amueller 9ca4f47
address jnothman's comments; some minor fixes
amueller 5b8746b
Merge branch 'master' into 0_20_deprecations
amueller fab56a3
keep randomized PCA in incremental benchmark.
amueller 5ca5cfc
Revert change to estimator_checks about GaussianProcessRegressor
jnothman 4bb61c9
Merge branch 'master' into HEAD
jnothman bdf90c4
Clean up revert of removing rpca from benchmark
jnothman ee5710d
Fix exception of GPR
jnothman 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ benchmarks/bench_covertype_data/ | |
*.prefs | ||
.pydevproject | ||
.idea | ||
.vscode | ||
|
||
*.c | ||
*.cpp | ||
|
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
Oops, something went wrong.
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.
should we keep PCA(svd_solver='randomized') here?