File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# List of modules ignored when checking for numpydoc validation.
11
11
DOCSTRING_IGNORE_LIST = [
12
- "Birch" ,
13
12
"GammaRegressor" ,
14
13
"GaussianProcessRegressor" ,
15
14
"GaussianRandomProjection" ,
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ def __init__(
480
480
# TODO: Remove in 1.2
8000
tr>481
481
# mypy error: Decorated property not supported
482
482
@deprecated ( # type: ignore
483
- "`fit_` is deprecated in 1.0 and will be removed in 1.2"
483
+ "`fit_` is deprecated in 1.0 and will be removed in 1.2. "
484
484
)
485
485
@property
486
486
def fit_ (self ):
@@ -489,7 +489,7 @@ def fit_(self):
489
489
# TODO: Remove in 1.2
490
490
# mypy error: Decorated property not supported
491
491
@deprecated ( # type: ignore
492
- "`partial_fit_` is deprecated in 1.0 and will be removed in 1.2"
492
+ "`partial_fit_` is deprecated in 1.0 and will be removed in 1.2. "
493
493
)
494
494
@property
495
495
def partial_fit_ (self ):
You can’t perform that action at this time.
0 commit comments