An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Hi, I have a set of data that includes numerical data. I am trying to set it up so that the last nodes in the tree display outcomes that are greater than or less than a certain value. Which learners would I need to use for this?
the tree learner can handle numerical attributes. So you can just let the tree learner choose the (optimal) ranges. If you already know the thresholds you can discretize the data with the Discretize by User Specification.
the tree learner can handle numerical attributes. So you can just let the tree learner choose the (optimal) ranges. If you already know the thresholds you can discretize the data with the Discretize by User Specification.
Take a look at this process: Ciao Sebastian