diff --git a/metalearners/metalearner.py b/metalearners/metalearner.py index 31ca23e..9e12a57 100644 --- a/metalearners/metalearner.py +++ b/metalearners/metalearner.py @@ -746,7 +746,7 @@ def fit( pattern, propensity models are considered a nuisance model. ``synchronize_cross_fitting`` indicates whether the learning of different base models should use exactly - the same data splits where possible. Note that if there are several to be synchronize models which are + the same data splits where possible. Note that if there are several models to be synchronized which are classifiers, these cannot be split via stratification. """ ...