110529: The Maximum Number of Bins for Searching Splits value cannot be 1 or less than 0.

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.

Solution

Provide a Maximum Number of Bins for Searching Splits value that is 0 or greater than 1.