nickgillian / grt

gesture recognition toolkit
861 stars 284 forks source link

RandomForest fails to predict on branch while training #74

Open lumyx2 opened 8 years ago

lumyx2 commented 8 years ago

I cannot train some data sets using RandomForest. It works with SVM, AdaBoost and KNN.

I am using the default parameters. Any recommendations?

Thanks

lumyx2 commented 8 years ago

I should have been clearer. The while training, predict gives an error saying it failed to predict, followed by warnings on the nodes.

nickgillian commented 8 years ago

Hi lumyx2,

Thanks for flagging this. I think this relates to a possible casting bug within the decision tree node structure. I'm trying to track this down so I can resolve the issue.