Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Jul 8, 2024
1 parent 3cb4bf7 commit 46639f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybalance/utils/balance_calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46639f5

Please sign in to comment.