mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
1 KiB
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
- 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