Open larawehbe opened 2 years ago
Hi Im trying to convert XGBoost model to onnx using onnxmltools.convert versions used : onnxmltools 1.10.0 onnxconverter-common 1.9.0
OS: Ubuntu
The XGB model is trained using XGB booster, and input of the training model is Pandas Dataframe, added in DMatrix The example is very close to the one in the documentation below https://onnx.ai/sklearn-onnx/auto_tutorial/plot_gexternal_xgboost.html#same-with-a-booster
Its always raising the error ValueError: could not convert string to float: 'column_name' what's the issue here?
Any help is appreciated Thanks
It may be a bug.
2.load binary xgb model
Hi Im trying to convert XGBoost model to onnx using onnxmltools.convert versions used : onnxmltools 1.10.0 onnxconverter-common 1.9.0
OS: Ubuntu
The XGB model is trained using XGB booster, and input of the training model is Pandas Dataframe, added in DMatrix The example is very close to the one in the documentation below https://onnx.ai/sklearn-onnx/auto_tutorial/plot_gexternal_xgboost.html#same-with-a-booster
Its always raising the error ValueError: could not convert string to float: 'column_name' what's the issue here?
Any help is appreciated Thanks