Skip to content

Commit

Permalink
doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed Nov 8, 2022
1 parent 3e64225 commit ab6fe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/mitigation/preprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ the correlation between the other features.
We can also use the :code:`alpha` parameter with for instance :math:`\alpha=0.5`
to control the level of filtering between the sensitive and non-sensitive features.

.. doctest:: mitigation_preprocessing_preprocessing
.. doctest:: mitigation_preprocessing

>>> cr = CorrelationRemover(sensitive_feature_ids=['race_AfricanAmerican'], alpha=0.5)
>>> cr.fit(X)
Expand Down

0 comments on commit ab6fe35

Please sign in to comment.