Skip to content

Commit a18aad3

Browse files
Merge branch 'old' into main
2 parents 58a2167 + 3e67c5f commit a18aad3

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.
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. If this happens then capping of predictions should be considered. Alternatively, ***max_interaction_level*** may be decreased until the problem disappears.
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)