I found there are 2 problems with xbgoost predictions. I trained the model with XGBClassifier and tried to load the model using Booster for prediction, I found
- Predictions are slightly different using
xbg.Boosterandxgb.Classifier, see below.
- Predictions are different between
listandnumpy arraywhen usingDMatrix, see below,
Some difference is quite big, I am not sure why this is happening and which prediction should be the source of truth?

