Conditional Probabilty from Categories¶
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]