110534: The Maximum Number of Bins for Searching Splits bounds includes a value of 1, which will not be evaluated.

Description

The Maximum Number of Bins for Searching Splits parameter specifies the number of bins the training data will be divided into to search for the best splitting points. The value may be 0, which corresponds to a greedy algorithm, or any value greater than 1. A greedy algorithm will create a candidate split at every data point.

Solution

This is an informational message. No action is required.