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

Add exception handling around TPOT pipeline evaluations #85

Closed
rhiever opened this issue Feb 18, 2016 · 0 comments
Closed

Add exception handling around TPOT pipeline evaluations #85

rhiever opened this issue Feb 18, 2016 · 0 comments
Assignees
Labels

Comments

@rhiever
Copy link
Contributor

rhiever commented Feb 18, 2016

Currently, if a TPOT pipeline crashes or throws an exception due to some error, all of TPOT crashes.

Instead, we should add exception handling around TPOT pipeline evaluations and "throw out" pipelines that crash (i.e., assign them 0 fitness).

@rhiever rhiever added the bug label Feb 18, 2016
@rhiever rhiever self-assigned this Feb 20, 2016
rhiever added a commit that referenced this issue Feb 20, 2016
Do not allow one pipeline that crashes to cause TPOT to crash. Instead,
assign the crashing pipeline a poor fitness.

Reference: #84 and #85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant