sklearn-onnx
sklearn-onnx copied to clipboard
Lib raises runtime error during ada-boost conversions
Lib raises runtime error during ada-boost conversions. This occurs in calling both convert_sklearn() and to_onnx() in version 1.8.0. After replace the package with ver. 1.7.0, this error vanished. The error was raised from ln. 251 of onnx_ops.py.
Is it possible to know the base estimator used?
Could you try again with the latest package and copy paste the call stack if the error is still happening?
This should be fixed by now. Closing the issue. Feel free to reopen.