mdabros / SharpLearning

Machine learning for C# .Net
MIT License
383 stars 84 forks source link

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

Open marict opened 7 months ago

marict commented 7 months ago

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.

mdabros commented 7 months ago

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.