Conditional Probabilty from Categories¶
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: tableDescription: X- Y
Type: tableDescription: Y
Output ports¶
- results
Type: tableDescription: results
Implementation¶
- class node_metrics.ConditionalFromCategories[source]