You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove coef_ requirement from ONNX exporter. (#361)
* Use ONNX exporter with classes without coef_
* Expanded ONNX exporter tests for multilabel
* debugging different probs
* Added exception to exporter and ran make style.
* Switched out hate speech example
* fixed quality check by updating black
* Wild guess to make github workflows pass.
* Run make style
Black 23.1.0 & isort 5.12.0
---------
Co-authored-by: Tom Aarsen <[email protected]>
"Head must have coef_ attribute check that this is supported by your model and the model has been fit."
150
+
"The model_head either does not have a coef_ attribute or some estimators in model_head.estimators_ do not have a coef_ attribute. Conversion to ONNX only supports these cases."
143
151
)
144
-
145
-
# Determine the initial type and the shape of the output.
0 commit comments