From 328c48620637564dd350c282566ab63df201fbbc Mon Sep 17 00:00:00 2001 From: Kevin Klein <7267523+kklein@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:17:38 +0200 Subject: [PATCH] Update metalearners/cross_fit_estimator.py --- metalearners/cross_fit_estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metalearners/cross_fit_estimator.py b/metalearners/cross_fit_estimator.py index 889f20c..2a67086 100644 --- a/metalearners/cross_fit_estimator.py +++ b/metalearners/cross_fit_estimator.py @@ -196,7 +196,7 @@ def fit( if set(e.classes_) != set(self.classes_): # type: ignore raise ValueError( "Some cross fit estimators training data had less classes than " - "the overall estimator. Please check the cv parameter. If you are " + "the overall dataset. Please check the cv parameter. If you are " "synchronizing the folds in a MetaLearner consider not doing it." ) return self