@data_hacks wrote:
Hello,
Random forests give greater accuracy when compared with decision trees,but are not interpretable.
So I understand that there are ways to extract the best tree from the forest,so that we can get it's rules.
How do I do this in R??
I have used the below code:
But as we can see there is an error.
Can someone please help me with this??
Posts: 2
Participants: 2
