Skip to content

Commit

Permalink
Merge e1c4375 into 6efc21e
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Feb 13, 2020
2 parents 6efc21e + e1c4375 commit 6f41a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpot/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ def _evaluate_individuals(self, population, features, target, sample_weight=None
if self.verbosity > 0:
self._pbar.write('', file=self._file)
self._pbar.write('{}\nTPOT closed during evaluation in one generation.\n'
'WARNING: TPOT may not provide a good pipeline if TPOT is stopped/interrupted in a early generation.'.format(e),
'WARNING: TPOT may not provide a good pipeline if TPOT is stopped/interrupted in an early generation.'.format(e),
file=self._file)
# number of individuals already evaluated in this generation
num_eval_ind = len(result_score_list)
Expand Down

0 comments on commit 6f41a24

Please sign in to comment.