Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Sequence instead of Tensor for MultiOutputClassifier probabilities #730

Merged
merged 8 commits into from
Sep 16, 2021

Conversation

xadupre
Copy link
Collaborator

@xadupre xadupre commented Sep 10, 2021

Fixes #712.

The former version was working only for multi binary classification. The new version uses a Sequence and not a 3D tensor to hold the output probilities. It follows scikit-learn API.

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
@xadupre xadupre added the bug Something isn't working label Sep 10, 2021
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
@xadupre xadupre merged commit 1a5a81c into onnx:master Sep 16, 2021
@xadupre xadupre deleted the rfclf branch February 24, 2022 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I am facing issues in converting Random forest with complex pipelines
2 participants