Skip to content

Commit 915ec4b

Browse files
committed
correct docstring
1 parent f7dcc98 commit 915ec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubleml/utils/propensity_score_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def adjust_ps(
135135
learner_name: Optional[str] = None,
136136
) -> np.ndarray:
137137
"""
138-
Adjust propensity scores via validation, clipping, and warnings.
138+
Adjust propensity scores via calibration and clipping.
139139
140140
Parameters
141141
----------

0 commit comments

Comments
 (0)