Skip to content

Commit 58a2167

Browse files
typos in api reference
1 parent a94b62e commit 58a2167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

API_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Limits 1) the number of terms already in the model that can be considered as int
5353
Species the variance power for the "tweedie" ***family*** and ***link_function***.
5454

5555
#### cap_outliers_in_validation_set (default = True)
56-
If ***true*** then term values will be limited by the minimum and maximum values found during model training when calculating validation error. If you need the model to extrapolate then it may be more appropriate to set ***cap_outliers_in_validation_set*** to ***false***. In the latter case the model may become more vulnerable to outliers.
56+
If ***True*** then term values will be limited by the minimum and maximum values found during model training when calculating validation error. If you need the model to extrapolate then it may be more appropriate to set ***cap_outliers_in_validation_set*** to ***False***. In the latter case the model may become more vulnerable to outliers.
5757

5858
#### cap_outliers_when_using_the_model (default = True)
59-
If ***true*** then term values will be limited by the minimum and maximum values found during model training when using the model. This can make the model less vulnerable to outliers and is recommended unless you need the model to extrapolate. If you need the model to extrapolate then set ***cap_outliers_when_using_the_model*** to ***false***.
59+
If ***True*** then term values will be limited by the minimum and maximum values found during model training when using the model. This can make the model less vulnerable to outliers and is recommended unless you need the model to extrapolate. If you need the model to extrapolate then set ***cap_outliers_when_using_the_model*** to ***False***.
6060

6161

6262
## Method: fit(X:npt.ArrayLike, y:npt.ArrayLike, sample_weight:npt.ArrayLike = np.empty(0), X_names:List[str]=[], validation_set_indexes:List[int]=[])

0 commit comments

Comments
 (0)