MicrosoftDocs / windows-ai-docs

Windows AI docs
Creative Commons Attribution 4.0 International
13 stars 41 forks source link

error in example? #3

Closed saund closed 6 months ago

saund commented 5 years ago

I think there may be an error in one of the examples. In the section, Convert Scikit-learn pipelines you have: pipeline = make_pipeline(normalizer, linear_svc) ... pipeline_onnx = convert_sklearn(linear_svc, name='NormalizerLinearSVC', input_features=[('input', FloatTensorType([1, 3]))])

Shouldn't this be: pipeline_onnx = convert_sklearn(pipeline, name='NormalizerLinearSVC', input_features=[('input', FloatTensorType([1, 3]))])


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

QuinnRadich commented 6 months ago

This repo has changed significantly since this issue was first raised, and further changes are upcoming. As such, I'm going through and closing many of these stale issues which sat unassigned for a long while.