120201: The minimum leaf size must be greater than 0 and less than the number of training features.
Description
The minimum leaf size must be positive and less than the number of features in the training dataset.
Solution
Change the leaf size so that it is less than the number of features used for training.