sklearn-onnx icon indicating copy to clipboard operation
sklearn-onnx copied to clipboard

Lib raises runtime error during ada-boost conversions

Open ellil4 opened this issue 3 years ago • 2 comments

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.

ellil4 avatar May 11 '21 17:05 ellil4

Is it possible to know the base estimator used?

xadupre avatar May 19 '21 18:05 xadupre

Could you try again with the latest package and copy paste the call stack if the error is still happening?

xadupre avatar Aug 19 '21 11:08 xadupre

This should be fixed by now. Closing the issue. Feel free to reopen.

xadupre avatar Jan 23 '24 14:01 xadupre