Hi, I'm having trouble reading an Xgboost model.
Below is the code used: model = pickle.load (open ("model.pickle.dat", "rb"))
Error displayed: AssertError:read can not have position excceed buffer length
The file is correctly located in the directory.