Predict Probabilities

../../../../_images/probabilities.svg

Uses a model to predict Y given X and returns the estimatedprobabilities for each class in Y

Configuration:

  • names method

    Method used to generate output names

Input ports:
in-model : model
Input model
X : table
X
Output ports:
Y : table
Y
Output names (names method)
Method used to generate output names
class node_application.PredictProbabilities[source]