[Model Designer] Predict classification layer: make classifier argument accept model outputs as input

Issue #1387 duplicate
Fabian Thiel created an issue

As the titel suggests I currently can not find an option to make the Classifier argument be an output of a previous algorithm (e.g. Fit RandomForestClassifier).

If my model looks like this, I cannot bridge the Fit and the Predict stage:

In the Fit algorithm for example I have several options to populate the parameter(s) (in this example Training dataset). The same would be nice for the Classifier argument in the Predict classification algorithm:

Comments (3)

  1. Log in to comment