Closed cosmicBboy closed 5 years ago
Execution
multiprocessing.Process
that sets the daemon attribute to False, e.g.might want to use threads instead of processes:
http://code.activestate.com/recipes/483752-timelimit-tell-a-function-to-time-out-after-a-time/
this issue is now invalid. solved the issue with this PR to kiosk: https://github.com/cosmicBboy/kiosk-ml/commit/bcac9c49c6b36159cb689bd7d9e7cc3183d8f9ff
Currently using pynisher to place runtime and memory limits when fitting an sklearn pipeline.
Create a library function that performs this task. See SO post for hint