Conditional Probabilty from Categories

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

Creates groups of all (categorical) features and gives probabilitiesfor Y to be true (1) for each category. All of X must be categorical and all Y binary

Definition

Input ports

X
Type: table
Description: X
Y
Type: table
Description: Y

Output ports

results
Type: table
Description: results

Implementation

class node_metrics.ConditionalFromCategories[source]