Skip to content

Commit

Permalink
Update metalearners/cross_fit_estimator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein authored Jun 18, 2024
1 parent a5f657d commit 328c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalearners/cross_fit_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 328c486

Please sign in to comment.