Skip to content

Commit

Permalink
Update dataset_processor.py
Browse files Browse the repository at this point in the history
Signed-off-by: AlxdrPolyakov <[email protected]>
  • Loading branch information
AlxdrPolyakov authored Sep 12, 2024
1 parent b8b3a89 commit 390b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causaltune/dataset_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class CausalityDatasetProcessor(BaseEstimator, TransformerMixin):
"""
A processor for CausalityDataset, designed to preprocess data for causal inference tasks by encoding, normalizing,
and handling missing values
and handling missing values.
Attributes:
encoder_type (str): Type of encoder used for categorical feature encoding ('onehot', 'label', 'target', 'woe').
outcome (str): The target variable used for encoding.
Expand Down

0 comments on commit 390b076

Please sign in to comment.