Skip to content

Commit 3279b18

Browse files
CESARDELATORREprasanthpul
authored andcommitted
Added ML.NET (Machine Learning .NET) Export to ONNX-ML (onnx#46)
* Added ML.NET (Machine Learning .NET) Export Since the release of ML.NET v0.3 you can export ML.NET models to the ONNX-ML format. * Update README.md
1 parent 9133212 commit 3279b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
| [TensorFlow](https://www.tensorflow.org/) | [onnx/onnx-tensorflow](https://github.com/onnx/onnx-tensorflow) | [Exporting](tutorials/OnnxTensorflowExport.ipynb) | [Importing](tutorials/OnnxTensorflowImport.ipynb) [experimental] |
1313
| [Apple CoreML](https://developer.apple.com/documentation/coreml) | [onnx/onnx-coreml](https://github.com/onnx/onnx-coreml) and [onnx/onnxmltools](https://github.com/onnx/onnxmltools) | [Exporting](https://github.com/onnx/onnxmltools) | [Importing](tutorials/OnnxCoremlImport.ipynb) |
1414
| [SciKit-Learn](http://scikit-learn.org/) | [onnx/onnxmltools](https://github.com/onnx/onnxmltools) | [Exporting](https://github.com/onnx/onnxmltools) | n/a |
15+
| [ML.NET](https://github.com/dotnet/machinelearning/) | [built-in Convert to ONNX-ML](https://docs.microsoft.com/en-us/dotnet/api/microsoft.ml.models.onnxconverter.convert?view=ml-dotnet#definition) | [Exporting](https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/OnnxTests.cs) | n/a |
1516

1617
## End-to-end tutorials
1718

0 commit comments

Comments
 (0)