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
Update README with Windows CI Badge, XGBoost converter (#245)
* Both CI build badges on README pointed to the Linux Azure pipeline for the master branch
* Replaced the badge under Windows with the link to the win-32 Azure pipeline for the master branch
* Add XGBoost to list of converters
* recover Linux CI build by skipping TestLightGbmTreeEnsembleModelsPkl
ONNXMLTools enables you to convert models from different machine learning toolkits into [ONNX](https://onnx.ai). Currently the following toolkits are supported:
@@ -13,6 +13,7 @@ ONNXMLTools enables you to convert models from different machine learning toolki
13
13
* Spark ML (experimental)
14
14
* LightGBM
15
15
* libsvm
16
+
* XGBoost
16
17
17
18
To convert Tensorflow models to ONNX, see [tensorflow-onnx](https://github.com/onnx/tensorflow-onnx).
0 commit comments