Skip to content
Prev 325392 / 398503 Next

How to interactively create manually guided Decision Tree

You need to do some reading, both about decision trees and R!

What you need to do for R is to use cut() on Age (?cut) to create a
new categorical variable, ageCat, say, and then use that in your tree
building instead of Age.

Cheers,
Bert
On Fri, Jun 14, 2013 at 7:24 AM, Neelesh Gupta <neelesh0 at gmail.com> wrote: