@sahil1995chaturvedi wrote:
I want to predict students will play cricket or not{Target Variable}.
Suppose I have 3 columns : Gender ,Class, Age.
We can see we have 2 categorical attributes and one continous attribute. While deciding the root node I know that both categorical attributes can be compared traditionally using gini criterion. How should I split the continous attribute and which criterion should I take into account for it to be considered as a competitior for being the root node against 2 categoricals?
Posts: 3
Participants: 2