8000 DOC update check_is_fitted what's new · scikit-learn/scikit-learn@2287d2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2287d2d

Browse files
committed
DOC update check_is_fitted what 8000 's new
1 parent 9accce5 commit 2287d2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/whats_new/v0.22.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Changelog
7171
- |Fix| :func:`utils.check_is_fitted` accepts back an explicit ``attributes``
7272
argument to check for specific attributes as explicit markers of a fitted
7373
estimator. When no explicit ``attributes`` are provided, only the attributes
74-
ending with a single "_" are used as "fitted" markers. The ``all_or_any``
75-
argument is also no longer deprecated. This change is made to
76-
restore some backward compatibility with the behavior of this utility in
77-
version 0.21. :pr:`15947` by `Thomas Fan`_.
74+
that end with a underscore and do not start with double underscore are used
75+
as "fitted" markers. The ``all_or_any`` argument is also no longer
76+
deprecated. This change is made to restore some backward compatibility with
77+
the behavior of this utility in version 0.21. :pr:`15947` by `Thomas Fan`_.
7878

7979
.. _changes_0_22:
8080

0 commit comments

Comments
 (0)
0