how do I interpret rpart splits on factor variables when building classification trees in R?
Posted
by artessa
on Stack Overflow
See other posts from Stack Overflow
or by artessa
Published on 2010-04-08T02:59:15Z
Indexed on
2010/04/08
3:03 UTC
Read the original article
Hit count: 195
cart
ie, if the factor variable is Climate, with 4 possible values: Tropical, Arid, Temperate, Snow, and a node in my rpart tree is labeled as "Climate:ab", what is the split?
© Stack Overflow or respective owner