Apply Node

The Apply node takes a collection of models and returns a single score.The Apply node produces a query as the result. The result can further transformed or connected to a Create Table or View node to save the data as a table.

To make predictions using a model, you must apply the model to new data. This process is also called scoring the new data.

An Apply node generates the SQL for Scoring using one or more models. The SQL includes pass-through (supplemental) attributes and columns generated using Scoring functions.


Note:

You cannot apply Association or Attribute Importance models.

This section on Apply node contains the following topics: