We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a79909 commit ec55d30Copy full SHA for ec55d30
doubleml/utils/propensity_score_processing.py
@@ -132,6 +132,7 @@ def __init__(
132
133
@classmethod
134
def from_config(cls, config: PSProcessorConfig):
135
+ """Create PSProcessor from PSProcessorConfig."""
136
return cls(
137
clipping_threshold=config.clipping_threshold,
138
extreme_threshold=config.extreme_threshold,
0 commit comments