byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Soft timeout #141

Closed emrysshevek closed 5 years ago

emrysshevek commented 6 years ago

Soft timeout is implemented as a function that is only defined when timeout is not None. Currently compute only checks the timeout inside get_resources and after each metafeature is computed. To check in more places, just add self._check_timeout(). Closes #138

sethcoast commented 5 years ago

This whole branch looks good to me. No questions. No suggestions for alterations.