From 72c424672bf118ce21e572f7da3af170f38dca2b Mon Sep 17 00:00:00 2001 From: Stefan Bluecher Date: Tue, 16 Jan 2024 13:59:19 +0100 Subject: [PATCH] update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 43495f5..dc3d83c 100644 --- a/README.md +++ b/README.md @@ -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