Skip to content

Commit 4a93aa8

Browse files
authored
[MRG] DOC update whatsnew with deprecated utils (scikit-learn#15243)
1 parent 847b346 commit 4a93aa8

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/whats_new/v0.22.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -625,11 +625,16 @@ Changelog
625625
estimator checks for a list of estimators. :pr:`14381` by `Thomas Fan`_.
626626

627627
- |API| The following utils have been deprecated and are now private:
628-
- ``choose_check_classifiers_labels``
629-
- ``enforce_estimator_tags_y``
630-
- ``optimize.newton_cg`
631-
- ``random.random_choice_csc``
632-
- ``safe_indexing``
628+
- ``utils.choose_check_classifiers_labels``
629+
- ``utils.enforce_estimator_tags_y``
630+
- ``utils.optimize.newton_cg`
631+
- ``utils.random.random_choice_csc``
632+
- ``utils.safe_indexing``
633+
- ``utils.mocking``
634+
- ``utils.fast_dict``
635+
- ``utils.seq_dataset``
636+
- ``utils.weight_vector``
637+
- ``utils.fixes.parallel_helper`` (removed)
633638

634639
- A new random variable, :class:`utils.fixes.loguniform` implements a
635640
log-uniform random variable (e.g., for use in RandomizedSearchCV).

0 commit comments

Comments
 (0)