Decision Tree
Hi, there.
I am a beginner of RM 5, I met a very strange thing in decision tree. my data have 468 examples, 5 regular attributes (gender, weight , length etc),2 special (one for id , one for label (true, false)), around 70 of them are true, when i try to use decision tree , only a false label shows, nothing else, but the log said successfully, however if i test the golf or iris data, the results are correct. I have no missing value. anyone have any idea about it? is it possible related to impossible to make a cutoff?
Thanks