Skip to content

Commit

Permalink
CorrelationSuppression name fix (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
reluzita authored Feb 20, 2024
1 parent cead6df commit 49b8a9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .preprocessing import PreProcessing


class CorrelaitonSuppression(PreProcessing):
class CorrelationSuppression(PreProcessing):
def __init__(self, correlation_threshold: Optional[float] = 0.5):
"""Removes features that are highly correlated with the sensitive attribute.
Note: For this method, the vector s (protected attribute) is assumed to be
Expand Down

0 comments on commit 49b8a9a

Please sign in to comment.