+ 3
how to find the number of possible splits)
Let’s say we’re just using three of the features from our dataset: Sex, Pclass, Age. There are two values for Sex, the Pclass is 1, 2 or 3, and the Age is 5, 10, 20, 25 or 30. How many possible splits are there?
1 Réponse
+ 6
30?
each class can have 5 possible age. You have 3 class. That's 3*5=15 possible results. You have 2 sex, so 2*3*5=30.