forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] More deprecation for 0.24 (scikit-learn#17142)
* normalize_components in sparsePCA * changed default strategy of Dummy to prior and removed outputs_2d ttribute * removed usage of None to drop estimator in ensemble and behaviour param of IsolationForest * remove support for drop=None in Voting * removed some warning decorators * remove feature_extraction.extract_patches * removed VectorizerMixin and copy parameter from TFIDFVectorizer * kernel.set_params now raises attributeerror * removed fig from plot_partial_dependence * removed iid parameter of search estimators * removed brier_scorer * raise error in split when shuffle is False and random_state is not None * removed MultiOutputEstimator * removed base classes of NaiveBayes * removed drop from pipeline * removed utils in random_projection * removed presort and classes_ in trees * flake8 * fixed some tests * flake * fixed docstring * fixed other one * some left * mmmm
- Loading branch information
1 parent
1931e14
commit ac8cbb3
Showing
40 changed files
with
165 additions
and
904 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 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
Oops, something went wrong.