KumarLabJax / JABS-behavior-classifier

Behavior Classifier Component from the Jax Animal Behavior System
Other
11 stars 1 forks source link

xgboost doesn't use multiple threads for training / upgrading library versions #24

Closed SkepticRaven closed 9 months ago

SkepticRaven commented 11 months ago

The settings are set correctly, but it appears to be a bug with the library version we're using: https://discuss.xgboost.ai/t/n-jobs-1-no-longer-uses-all-cores/1955/4

A quick test upgrading from 1.3.1 to 1.7.1 works fine in the singularity image. There should be a dev branch created to upgrade the 3+ year old frozen libraries and ensure everything still works as intended.