You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,15 @@
7
7
8
8
# Introduction
9
9
ONNXMLTools enables you to convert models from different machine learning toolkits into [ONNX](https://onnx.ai). Currently the following toolkits are supported:
10
+
* Keras (a wrapper of [keras2onnx converter](https://github.com/onnx/keras-onnx/))
11
+
* Tensorflow (a wrapper of [tf2onnx converter](https://github.com/onnx/tensorflow-onnx/))
12
+
* scikit-learn (a wrapper of [skl2onnx converter](https://github.com/onnx/sklearn-onnx/))
10
13
* Apple Core ML
11
-
* scikit-learn (subset of models convertible to ONNX)
12
-
* Keras
13
14
* Spark ML (experimental)
14
15
* LightGBM
15
16
* libsvm
16
17
* XGBoost
17
18
18
-
To convert Tensorflow models to ONNX, see [tensorflow-onnx](https://github.com/onnx/tensorflow-onnx).
19
-
20
19
## Install
21
20
You can install latest release of ONNXMLTools from [PyPi](https://pypi.org/project/onnxmltools/):
0 commit comments