Ross ROSS = Recommend OSS · open-source software intelligence for agents

onnx/onnxmltools

ONNXMLTools enables conversion of models to ONNX observed · 2026-08-28

github.com/onnx/onnxmltools · homepage · Python · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
onnx/onnxmltoolsmain78

For agents

markdown · JSON · MCP: product_card(name="onnx/onnxmltools")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem