File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments