Bryan Woods
Bryan Woods
I have a functioning contribution that I'm just about ready to push. I just need some help upgrading gradle as I have to run the contribution by the open-source overlords...
I need to resolve some error to get my employer's clearance to contribute a new feature. I'm trying to build the dependencies with gradle: ./gradlew xgboost-predictor-spark:dependencies But I get the...
I know that the XGBoost package itself supports multithreading of the prediction task. Does this predictor implementation also support multithreading? If not, how could I go about adding it?