Skip to content

Commit ec55d30

Browse files
committed
add docstring to from_config method in PSProcessor class
1 parent 8a79909 commit ec55d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doubleml/utils/propensity_score_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def __init__(
132132

133133
@classmethod
134134
def from_config(cls, config: PSProcessorConfig):
135+
"""Create PSProcessor from PSProcessorConfig."""
135136
return cls(
136137
clipping_threshold=config.clipping_threshold,
137138
extreme_threshold=config.extreme_threshold,

0 commit comments

Comments
 (0)