File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -625,11 +625,16 @@ Changelog
625
625
estimator checks for a list of estimators. :pr: `14381 ` by `Thomas Fan `_.
626
626
627
627
- |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)
633
638
634
639
- A new random variable, :class: `utils.fixes.loguniform ` implements a
635
640
log-uniform random variable (e.g., for use in RandomizedSearchCV).
You can’t perform that action at this time.
0 commit comments