rodsang

Results 2 comments of rodsang

I'd just like to say that I tried to do it without saving in jason : clf.save_model('model') model = XGBClassifier() model.load_model('model') #--------------------------------------- from hummingbird.ml import convert modelc = convert(clf, 'pytorch')...