onnx / sklearn-onnx

Convert scikit-learn models and pipelines to ONNX
Apache License 2.0
557 stars 104 forks source link

What does zipmap, raw_scores, output_class_labels, nocl mean for a Regressor? #1120

Closed ogencoglu closed 1 month ago

ogencoglu commented 3 months ago

In your docs, you explain the logic of these things in the context of Classifiers but the list of available options at the end also list Regressors. What do these mean for Regressors?

https://onnx.ai/sklearn-onnx/auto_tutorial/plot_dbegin_options.html

xadupre commented 2 months ago

They don't mean anything and should not be available except raw_scores in rare occasion.

ogencoglu commented 2 months ago

So the docs are not up to date or what?

image

xadupre commented 2 months ago

HistGradientBoostingRegressor looks wrong. I'll check about that but the rest looks ok to me.

xadupre commented 1 month ago

I'll close the issue. I'll update the documentation soon.