This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Predictive and Specialized Modeling > Partition Models > Overview of the Partition Platform
Publication date: 07/30/2020

Overview of the Partition Platform

The Partition platform recursively partitions data according to a relationship between the predictors and response values, creating a decision tree. Variations of partitioning go by many names and brand names: decision trees, CARTTM, CHAIDTM, C4.5, C5, and others. The technique is often considered as a data mining technique for the following reasons:

it is useful for exploring relationships without having a good prior model

it handles large problems easily

the results are interpretable

A classic application of partitioning is to create a diagnostic heuristic for a disease. Given symptoms and outcomes for a number of subjects, partitioning can be used to generate a hierarchy of questions to help diagnose new patients.

Predictors can be either continuous or categorical (nominal or ordinal). If a predictor is continuous, then the splits are created by a cutting value. The sample is divided into values below and above this cutting value. If a predictor is categorical, then the sample is divided into two groups of levels.

The response can also be either continuous or categorical (nominal or ordinal). If the response is continuous, then the platform fits the means of the response values. If the response is categorical, then the fitted value is a probability for the levels of the response. In either case, the split is chosen to maximize the difference in the responses between the two nodes of the split.

For more information about split criteria, see Statistical Details for the Partition Platform.

For more information about recursive partitioning, see Hawkins and Kass (1982) and Kass (1980).

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).