Partial Counter

This page documents the mini_causal.partial_counter module and links to each of its main classes.

PartialCounterfactual(model, X, y)

PartialCounterfactual is class that uses partial modeling or methods to measure the impact of features on the built-in models.

PartialCounterfactualClassifier(model, X, y)

PartialCounterfactualClassifier is class that uses partial modeling or methods to measure the impact of features on the built-in classification models.

PartialCounterfactualRegression(model, X, y)

PartialCounterfactualRegression is class that uses partial modeling or methods to