-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve
Milestone
Description
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.py - support for
class_weight="auto"inutils/class_weight.py - *
pooling_funcintransformofAgglomerationTransformin filecluster/_feature_agglomeration.py - *
random_stateparameter incluster/dbscan_.py - *
n_componentsincluster/hierarchical.py -
max_iterationsincluster/mean_shift_.py - The
allow_lists,allow_ndanddtypeoptions intrain_test_splitofcross_validation.py - Remove support for
class_weight="subsample"inensemble/forest.py -
estimator_paramsinsklearn/feature_selection/rfe.py -
precomputeinsklearn/linear_models/coordinate_descent.py -
fixed_vocabularyproperty infeature_extraction/text.py - A lot more
- deprecated code in metrics
@raghavrv - #5437 - #5469 - #5528
- * helper functions in
multiclass.py - Remove support for uppercase values for loss in sv* (test in file
svm/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) - Remove support for
gamma==0.0(svm/base.py) - Change the default value of
decision_function_shapeto'ovr'(svm/base.py) -
fixed_vocabulary_ - Removing deprecations fully from metrics
- Left over stuff
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve