Submission error: " [bt] (6) /usr"

It is a little surprising indeed and we are investigating why it’s happening to make sure it’s nothing systemic.

Apologies for the delay, but now I’ve dug a little deeper (submission #113079 by @RHG) and it seems that this is related to loading and saving xgboost models.

The correct way to save and load these models is using the internal functions for the library:

  1. To save a model
  2. To load a model

Could you all please ensure that this is how your models are being saved and loaded? The issue might be fixed if we do that.

1 Like