File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ Changelog
71
71
- |Fix | :func: `utils.check_is_fitted ` accepts back an explicit ``attributes ``
72
72
argument to check for specific attributes as explicit markers of a fitted
73
73
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 `_.
78
78
79
79
.. _changes_0_22 :
80
80
You can’t perform that action at this time.
0 commit comments