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

Inputs:
in-model : model

Input model

X : table

X

Outputs:
Y : table

Y

Ports:

Inputs:

in-model:

model

Input model

X:

table

X

Outputs:

Y:

table

Y

Configuration:

names method
Method used to generate output names
class node_application.PredictProbabilities[source]