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

Documentation

Definition

Input ports:
X

table

X

Y

table

Y

Output ports:
results

table

results

Some of the docstrings for this module have been automatically extracted from the scikit-learn library and are covered by their respective licenses.

class node_metrics.ConditionalFromCategories[source]