automodel.use_parallel_job() — parallelize model building

use_parallel_job(job)
This uses a parallel job object (see Section 6.35) to speed up model building. When building multiple models, the optimization process is spread over all nodes in the parallel job (for example, if building 10 models, and you are running on 2 nodes, each node will build 5 models). This feature is still experimental.



Automatic builds 2017-07-19