I have trained a decision tree using a dataset. Now I want to see which samples fall under which leaf of the tree.
From here I want the red circled samples.
I am using Python's Sklearn's implementation of decision tree .
I have trained a decision tree using a dataset. Now I want to see which samples fall under which leaf of the tree.
From here I want the red circled samples.
I am using Python's Sklearn's implementation of decision tree .