onnxruntime/docs/tutorials/traditional-ml.md
Maanav Dalal 77f2278f9a
Fixed all accessibility colors. Again. (#23055)
Should address the last 300+ accessibility color issues.
2024-12-10 21:06:58 -06:00

1 KiB

title parent has_children nav_order
Deploy traditional ML Tutorials false 9

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