Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine warm_start behavior with template option #989

Merged
merged 3 commits into from
Jan 3, 2020

Conversation

weixuanfu
Copy link
Contributor

@weixuanfu weixuanfu commented Jan 3, 2020

  1. warm_start now saves both Primitive Sets and evaluated_pipelines_ from previous runs (issue Warm start: Population doesn't persist when running for max_time_mins #946 Follow up to issue #892 #980 )
  2. fix a bug that TPOT assign bad fitness scores to non-evaluated pipelines (interrupted by max_min_mins or KeyboardInterrupt) (issue Warm start: Population doesn't persist when running for max_time_mins #946)
  3. saving primitive sets when template is not default fix the bug that mutation operator cannot generate new pipeline (issue Evaluated pipelines not containing all models #982)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 96.747% when pulling 9b8355f on weixuanfu:issue_981 into 99ec8f8 on EpistasisLab:development.

@weixuanfu weixuanfu merged commit fc26b71 into EpistasisLab:development Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants