Having had AutoML() reccomend a model after I experiemented with a single column of data and needed to identify a target as a step-1 of the single data to train the succesful model I now want to use the model on test (live) data. The model however wants a 2 column input and when I use a padded secondnd column "target" =…
I've read in the docs that XGBoost supports multiprocessing. I have successfully run it in a single node environment, where I verified that it was using all the cores. However, when I try it in a distributed setting, it does not give an error, it just gets stuck at 0%. I'm not sure if it currently does not support…