cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
PoissonOx780
Level I

Multiple splits in decision tree

Hello, I'm using the decision tree module to create a decision tree manually according to specific business rules. Can I apply multiple splits at a single node within this framework? If so, how can this be achieved?

1 REPLY 1

Re: Multiple splits in decision tree

The idea of multiple splits was debunked a long time ago. It might take more binary splits to achieve the desired accuracy, but it works, so that is what we do.

Recommended Articles