A numeric value to specify the number of cores used to
train base and meta models. num_cores = 1
leads to sequential training of models. num_cores > 1
splits the training of the base models across num_cores cores.
Value
A series of predictive models (base_model), and
the weights of the models computed in the training
data (preweights).