Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eccabay committed Aug 18, 2023
1 parent 826a418 commit 890ac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalml/automl/automl_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def __init__(
f"Dataset size is too small to create holdout set. Minimum dataset size is {self._HOLDOUT_SET_MIN_ROWS} rows, X_train has {len(X_train)} rows. Holdout set evaluation is disabled.",
)

# For multiseries problems, we need to mke sure that the data is primarily ordered by the time_index rather than the series_id
# For multiseries problems, we need to make sure that the data is primarily ordered by the time_index rather than the series_id
if is_multiseries(self.problem_type):
time_index = self.problem_configuration.get("time_index")
series_id = self.problem_configuration.get("series_id")
Expand Down

0 comments on commit 890ac12

Please sign in to comment.