Hello,
in the text version of the regression trees returned by W-M5P and W-REPTree: how should one read a tree branch (leaf) of the following form:
attribute = RU,PK,TW,TR,IT <= 0.5 : : LM5 (798/81.241%)
Does
attribute = RU,PK,TW,TR,IT <= 0.5
mean that
attribute is
not among the values
RU,PK,TW,TR,IT?
LM5 is defined below the tree, and I assume it represents the value predicted (forecasted) for that leaf, correct?
What do the numbers 798 and 81.241% represent?
It seems to me that, in my example,
attribute is treated as numerical although it's categorical (nominal). Is there a way to specify before the regression trees are run?
Many thanks for any idea!
Cheers,
Geo