The Analysis node can also be used to directly compare the performance of two or more models. When two models are placed in the same stream, they can be jointly assessed with an Analysis node. Before we do this, let's take a quick look at each model's predictions:
- Connect the second generated CHAID model to the first generated CHAID model.
- Connect the second generated CHAID model to the Analysis node.
- Connect the second generated CHAID model to the Table node:
This places both models on the same steam so you can compare them.
- Run the Table node:
You can now see the predictions of each model. ...