Deploy traditional ML models
ONNX Runtime supports ONNX-ML and can run traditional machine models created from libraries such as Sciki-learn, LightGBM, XGBoost, LibSVM, etc.
Contents
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