georgian-io-archive / foreshadow

An automatic machine learning system
https://foreshadow.readthedocs.io
Apache License 2.0
29 stars 2 forks source link

fix the command line option parsing for the multiprocess flag. #169

Closed jzhang-gp closed 5 years ago

jzhang-gp commented 5 years ago

Description

Fix the bug of the --multiprocess flag. To enable multiprocessing, just add --multiprocess on the command line. Otherwise, omit it.