JMP Partition/Decision tree - Model Selection and Validation with Test Set
Hi forum members,
I have the following problem. I want to do classification using SAS Jmp Partition.
The dataset has 2 classes: positive and negative. I wrote a JSL script that loads
the dataset from file. The test set is defined by excluding a certain amount of rows
and doing training of the decision tree on the training set (given by all included rows).
The training is done by hitting the "Go" button...