.. _`Predict Probabilities`: .. _`org.sysess.sympathy.machinelearning.predict_proba`: Predict Probabilities ~~~~~~~~~~~~~~~~~~~~~ .. image:: probabilities.svg :width: 48 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 .. automodule:: node_application .. class:: PredictProbabilities