Conditional Probabilty from Categories

../../../../_images/cond_prob_cat.svg

Creates groups of all (categorical) features and gives probabilitiesfor Y. All of X must be categorical and all Y binary

Definition

Input ports

X table

X

Y table

Y

Output ports

results table

results

Implementation

class node_metrics.ConditionalFromCategories[source]