Skip to content

Commit 3f997a8

Browse files
api reference correction
1 parent 8d706fb commit 3f997a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API_REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Specifies the intercept term of the model if you want to predict before doing an
3232
Specifies the maximum number of bins to discretize the data into when searching for the best split. The default value works well according to empirical results. This hyperparameter is intended for reducing computational costs.
3333

3434
#### max_interaction_level (default = 1)
35-
Specifies the maximum allowed depth of interaction terms. ***0*** means that interactions are not allowed. This hyperparameter should be tuned. Please note that occasionally a too high value produces a model that performs poorly on an independent test set despite looking good when tuning hyperparameters, typically because of a few outlier predictions. To alleviate this, the ***predict*** method by default caps predictions to limits calculated on the training data (if you need the model to extrapolate then switch off the default capping). Alternatively, ***max_interaction_level*** may be decreased until the problem disappears.
35+
Specifies the maximum allowed depth of interaction terms. ***0*** means that interactions are not allowed. This hyperparameter should be tuned.
3636

3737
#### max_interactions (default = 100000)
3838
The maximum number of interactions allowed. A lower value may be used to reduce computational time.

0 commit comments

Comments
 (0)