Model Stack & Model Chain

Modified on Tue, 28 Jan at 2:25 AM

Description

The Model Stack and the Model Chain are wrapper models which take multiple models and wrap them into a single model.


Application

The typical situation to chain or stack models:

  • You have multiple models
  • You need all outputs from those models for a follow up task (e.g. optimisation)
  • The follow up task can only handle a single model

The resulting, single model can then be used to make predictions, to run an optimisation, etc.


How to use both manipulators

  • Select the Models that should be wrapped into a single model.
  • Give the new model a Name.
  • Click Apply to create the model.

The Model Chain and Model Stack steps automatically analyses the models and draws connections between models as required. See section below to see how these step work depending on input model’s topologies.


More on this step

Below are details on how these steps work depending on the input models' configurations.


Model Chain

  • You can select any number of models
  • The outputs from one model must exactly match the inputs to the next model, with no additional columns and no missing columns
  • The output from the resulting model is only the outputs from the rightmost model


Model Stack

  • You can select any number of models
  • All model output columns must be mutually exclusive
  • Models may have any sets of input columns (ie. overlapping / non-overlapping)
  • If any model input column has a name which matches any other model output column name, an error will be raised


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article