5.12.12. Interactive CART (clip0243 action)

<< Click to Display Table of Contents >>

Navigation:  5. Detailed description of the Actions > 5.12. TA - R Predictive >

5.12.12. Interactive CART (clip0243 action)

 

Icon: ANATEL~4_img43

 
Function: R_CRT_Web
 

Property window:

 

ANATEL~4_img44

 

Short description:

 

Build a CRT model.

 

Long Description:

 

CRT trees are sometimes better built “intuitively”. While there is a KPI that lets us know where to prune, there is a subjective interpretation that is better not to leave to algorithm.

This node generates a tree and give a web application in a browser in which you can choose where to cut.

 

IMPORTANT:

 

Make sure to specify the two models: Initial and Final/Pruned models. Those to model files will be saved autonatically. For more information about the CRT model, see the sections 5.12.2. and 5.12.3.

 

Cart Model

clip0465

 

 
AUC automatically adapts to the new selection. Once you see the AUC is stable between learn and test, you probably have a good model.

 

clip0466

If the target is continous, instead of the AUX, the model will compute the RMSE and R2

 

clip0467

If the target is multinomial, the plots will be a classification table.

 

clip0468

You can zoom on the tree to see more details, and on-MouseOver, more details will display about the node.

 

clip0469