Q13
Single choice
A machine learning engineer is converting a decision tree from sklearn to Spark ML.
During the training process following this conversion, they receive the following error describing that need to set the maxBins parameter to at least 515 (or remove the feature):

Which of the following results in Spark ML needing the maxBins parameter to be at least as large as the number values in each categorical feature?