From e0b27f0d71a11c179d3b9a090522f4a21245a50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= <154450563+FrancescMartiEscofetQC@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:32:06 +0200 Subject: [PATCH] Fix docs (#25) --- metalearners/metalearner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ ...