onnx/onnxmltools
ONNXMLTools enables conversion of models to ONNX observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 95
- Release rhythm 44
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 175
- age_days: 3120
- days_rel: 215
- days_push: 32
- n_releases_24m: 4
Adoption not part of the score
1170 stars · 218 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ONNXMLTools is a Python library that converts machine learning models from various toolkits (Keras/TensorFlow, scikit-learn, Core ML, XGBoost, LightGBM, Spark ML, H2O, CatBoost, libsvm) into the ONNX format. It acts as a wrapper around specialized converters to enable model interoperability across frameworks and inference runtimes.
Use cases
- convert a keras model to onnx
- export xgboost model to onnx format
- convert scikit-learn model for onnx runtime inference
- deploy lightgbm model with onnx
- make machine learning models framework-agnostic
- convert core ml models to onnx
- run catboost models on onnx runtime
When to choose
- you need to deploy models trained in one framework using an ONNX runtime
- you want hardware-optimized inference via ONNX-compatible runtimes
- you need a single converter entry point for multiple ML toolkits
When to avoid
- you use PyTorch, which has a built-in ONNX exporter
- you need conversion for a toolkit not in the supported list
- you only work within a single framework end to end
Facets
library · maturity active
machine-learning serialization compiler machine-learning deep-learning developer-tools python cross-platform onnx model-conversion scikit-learn keras xgboost lightgbm interoperability
4 sources
- readme: https://github.com/onnx/onnxmltools · fetched 2026-08-28 · 764dafa5b0c0
- homepage: https://onnx.ai · fetched 2026-08-29 · d1e78f2c07f3
- site_page: https://onnx.ai/about.html · fetched 2026-08-29 · 2928d89a5b86
- registry_pypi: https://pypi.org/pypi/onnxmltools/json · fetched 2026-08-29 · e68ea4fd5e13
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| onnx/onnxmltools | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="onnx/onnxmltools")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem