From 46639f50022ef59773e70ad3736e5e41aacc086d Mon Sep 17 00:00:00 2001 From: Stephen Privitera Date: Mon, 8 Jul 2024 11:29:04 +0200 Subject: [PATCH] fix docstring --- pybalance/utils/balance_calculators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybalance/utils/balance_calculators.py b/pybalance/utils/balance_calculators.py index f2a2ad2..d7f4ef9 100644 --- a/pybalance/utils/balance_calculators.py +++ b/pybalance/utils/balance_calculators.py @@ -317,7 +317,7 @@ def per_feature_loss( class BetaBalance(BaseBalanceCalculator): """ - BetaBalance computes the balance between two populatiosn as the mean + BetaBalance computes the balance between two populations as the mean absolute standardized mean difference across all features. Uses StandardMatchingPreprocessor as the preprocessor. In this preprocessor, numeric variables are left unchanged, while categorical variables are