Home > Evaluate and Apply Nodes > Apply Node > Edit Apply Node > Test Node > Test Node Input
A Test node has the following input:
At least one node that identifies one or more models. The nodes can be a Model node, a Classification node, or a Regression Node. A Model node must contain either classification or regression models, but not both kinds of models.
Any node that generates data as an output such as a Data node, a Transforms node, or an appropriate Text node. This node contains the test data.
You can test several classification or several regression models at the same time. The models to be tested can be in different nodes. The models to be tested must satisfy these conditions:
The nodes that contain the models must have the same function type (that is, they must be all Classification build nodes or all Regression build nodes).
Classification models must also have the same list of target attribute values.
The models must have the same target attribute with the same data type.
The Data Source Node for Test must contain the target of the models.
The test data must be compatible with the models, that is, it was transformed in the same way as the data used to build the model.