onnxruntime/docs/tutorials/inferencing/traditional-ml.md
Faith Xu 0f6f0d9bbb
Major updates/restructure for documentation (#7609)
* Update documentation.

Updates documentation.

* Update tf-get-started.md
2021-05-10 15:19:37 -07:00

1 KiB

title grand_parent parent has_children nav_order
Deploy traditional ML Tutorials Inferencing false 8

Deploy traditional ML models

{: .no_toc }

ONNX Runtime supports ONNX-ML and can run traditional machine models created from libraries such as Sciki-learn, LightGBM, XGBoost, LibSVM, etc.

Contents

{: .no_toc }

  • TOC placeholder {:toc}

Convert model to ONNX

Deploy model

  • [COMING SOON] Deploy a Python-trained model in a C# environment
  • [COMING SOON] Deploy a scikit-learn model securely without pkl files