mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
1 KiB
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
- Scikit-learn conversion
- Scikit-learn custom conversion
- XGBoost conversion
- LightGBM conversion
- ONNXMLTools samples
Deploy model
- [COMING SOON] Deploy a Python-trained model in a C# environment
- [COMING SOON] Deploy a scikit-learn model securely without pkl files