Skip to content

Commit

Permalink
Merge pull request #1338 from gatl/error_message
Browse files Browse the repository at this point in the history
Improve error message
  • Loading branch information
jay-m-dev authored Feb 22, 2024
2 parents db64799 + bf56049 commit 3fd4e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tpot/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,8 @@ def _update_top_pipeline(self):
raise RuntimeError(
"There was an error in the TPOT optimization "
"process. This could be because the data was "
"not formatted properly, or because data for "
"not formatted properly, because a timeout "
"was reached or because data for "
"a regression problem was provided to the "
"TPOTClassifier object. Please make sure you "
"passed the data to TPOT correctly. If you "
Expand Down

0 comments on commit 3fd4e9b

Please sign in to comment.