SharpLearning icon indicating copy to clipboard operation
SharpLearning copied to clipboard

SharpLearning can only load models trained in python with xgboost==0.82

Open marict opened this issue 1 year ago • 3 comments

I have been unable to get SharpLearning to load any models trained in python with xgboost > 0.82 without getting an error on load. It seems that there was some breaking change on 0.82.

marict avatar Feb 22 '24 09:02 marict

Hi @marict,

Might be. SharpLearning is limited by the version used in https://github.com/PicNet/XGBoost.Net since it just wraps that library. You can try to encourage them to update to the latest version. If this is done, I will be happy to update SharpLearning to use the new version.

mdabros avatar Feb 24 '24 17:02 mdabros