Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecher31 committed Jan 16, 2024
1 parent 2df9102 commit 72c4246
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,14 @@ incorporation of new conditional distributions (*imputers*) for any kind of data

## Installation
```
git clone
cd conditional-explainer
pip install --upgrade pip # make sure you have the up-to-data version of pip
pip install -e .
pip install hoocs
```

## Implement new imputers
To add a new imputer to incorporate a suitable conditional distribution for the current data modality,
the user is requester to inherent from the abstract base `Imputer` class
in `conditional_explainer.imputers.abstract_imputers.py`.
the user is requested to inherent from the abstract base `Imputer` class
in `hoocs.imputers.abstract_imputers.py`.
This class performs basic type checking and ensures a consistent interface.
More advanced handling of unified conditional integrals or explicit breaking of feature dependencies is provided
within the `conditional_explainer` package.

## References

Expand Down

0 comments on commit 72c4246

Please sign in to comment.