shapiq.imputerΒΆ
Imputation strategies for handling missing feature coalitions in tabular explanations.
All imputers inherit from Imputer and convert a model prediction
function into a cooperative game by imputing unobserved feature values.
Classes
Base class for Imputers. |
|
The marginal imputer for the shapiq package. |
|
A GenerativeConditionalImputer for the shapiq package. |
|
The baseline imputer for the shapiq package. |
|
An Imputer for TabPFN using the Remove-and-Contextualize paradigm. |
|
Implements the Gaussian-based approach for imputation according to [Aas21]. |
|
Implements the Gaussian copula-based approach for imputation according to [Aas21]. |