8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955b3ed commit d2f33c5Copy full SHA for d2f33c5
doc/whats_new/v0.23.rst
@@ -652,6 +652,12 @@ Changelog
652
and support for classes will be removed in 0.24. Pass instances instead.
653
:pr:`17032` by `Nicolas Hug`_.
654
655
+- |API| The private utility `_safe_tags` in `utils.estimator_checks` was
656
+ removed, hence all tags should be obtained through `estimator._get_tags()`.
657
+ Note that Mixins like `RegressorMixin` must come *before* base classes
658
+ in the MRO for `_get_tags()` to work properly.
659
+ :pr:`16950` by `Nicolas Hug`_.
660
+
661
- |FIX| :func:`utils.all_estimators` now only returns public estimators.
662
:pr:`15380` by `Thomas Fan`_.
663
0 commit comments