Skip to content

Commit

Permalink
Merge pull request #24 from perib/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
perib authored Jun 23, 2023
2 parents b9a0ba8 + dc5840d commit 4724480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpot2/tpot_estimator/steady_state_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def __init__(self, scorers= [],
self._scorers = [sklearn.metrics.get_scorer(scoring) for scoring in self._scorers]
self._scorers_early_stop_tol = self.scorers_early_stop_tol

self._evolver = tpot2.SteadyStateEvolver
self._evolver = tpot2.evolvers.SteadyStateEvolver



Expand Down

0 comments on commit 4724480

Please sign in to comment.