Best way to find deprecated stuff is to do a git grep "0\.18" and see where it says "will be removed in 0.18" or "will no longer be supported from 0.18" or something similar to that and explore the file where that line is found.
Once you have removed the deprecated stuff please commit your work and send a PR similar to #5437 with the issue description that it "Partly fixes #5434".
(The [MRG] at the start of the PR indicates that the PR is ready for review. Or if you are not done working with it fully, you could use [WIP])
@zermelozf - #5451 -
@aabadie - #5456
@raghavrv - #5437 - #5469 - #5528
Best way to find deprecated stuff is to do a
git grep "0\.18"and see where it says "will be removed in 0.18" or "will no longer be supported from 0.18" or something similar to that and explore the file where that line is found.Once you have removed the deprecated stuff please commit your work and send a PR similar to #5437 with the issue description that it "Partly fixes #5434".
(The [MRG] at the start of the PR indicates that the PR is ready for review. Or if you are not done working with it fully, you could use [WIP])
@zermelozf - #5451 -
threshold_attribute in theOutlierDetectionMixinat filecovariance/outlier_detection.pyclass_weight="auto"inutils/class_weight.pypooling_funcintransformofAgglomerationTransformin filecluster/_feature_agglomeration.pyrandom_stateparameter incluster/dbscan_.pyn_componentsincluster/hierarchical.pymax_iterationsincluster/mean_shift_.pyallow_lists,allow_ndanddtypeoptions intrain_test_splitofcross_validation.pyclass_weight="subsample"inensemble/forest.pyestimator_paramsinsklearn/feature_selection/rfe.pyprecomputeinsklearn/linear_models/coordinate_descent.pyfixed_vocabularyproperty infeature_extraction/text.py@aabadie - #5456
@raghavrv - #5437 - #5469 - #5528
multiclass.pysvm/tests/test_svm.py, uppercase support in_fit_liblinearfunction insvm/base.py, Refer [MRG+1] Fix brokenL1deprecations and svm scale C example. #4261 and Broken plot_svm_scale_c.py example #4260 also svm/classes.py L192)gamma==0.0(svm/base.py)decision_function_shapeto'ovr'(svm/base.py)fixed_vocabulary_