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

Fix SVC output #209

Merged
merged 7 commits into from Jul 11, 2019
Merged

Fix SVC output #209

merged 7 commits into from Jul 11, 2019

Conversation

prabhat00155
Copy link
Contributor

No description provided.

@@ -252,6 +252,8 @@ def _parse_sklearn_column_transformer(scope, model, inputs,
def _parse_sklearn_classifier(scope, model, inputs, custom_parsers=None):
probability_tensor = _parse_sklearn_simple_model(
scope, model, inputs, custom_parsers=custom_parsers)
if model.__class__ in [NuSVC, SVC] and not model.probability:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No unit test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xadupre xadupre merged commit 01b37e3 into onnx:master Jul 11, 2019
@prabhat00155 prabhat00155 deleted the prroy/svc_proba branch July 15, 2019 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants