To classify a dataset with binary features using a decision tree, explain how you would select the root node feature and determine the decision rule for splitting the data.
Select the feature with the highest information gain as the root node and use a threshold that minimizes the Gini impurity.
Select the feature with the lowest information gain as the root node and use a threshold that maximizes the Gini impurity.
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Machine Learning Exercises are loading ...