Closed slhck closed 4 years ago
i think it is because the model uses "all cores", whereas it also uses multiprocessing, however this is not creating any issues during running the models, so i will check this later
Feel free to close this, if it does not matter much! We should maybe somehow hide the warning though, because it could be confusing. And then it is not possible to a clean JSON output when using the --quiet
flag.
fixed in 782657aef7898a892ca40521199c0c3ff278903e
just for documentation, the warning occurs because of the n_jobs=-1 setting and multiprocessing, however this is only required for training, thus can be changed to 1 for prediction
Cool, thanks!
There is a warning running the default command:
I am not sure if this is really a problem, as the code seems to run well nonetheless!
Full log: