oracle/tribuo
Tribuo - A Java machine learning library observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 81
- Release rhythm 8
- 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: n/a
- age_days: 2269
- days_rel: 516
- days_push: 118
- n_releases_24m: 1
Adoption not part of the score
1417 stars · 197 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tribuo is a Java machine learning library from Oracle Labs providing classification, regression, clustering, anomaly detection, and multi-label prediction with a strongly typed, unified API. It wraps libraries like XGBoost and TensorFlow, supports ONNX import/export, and records provenance for models, datasets, and evaluations.
Use cases
- train a classification model in Java
- run scikit-learn or pytorch models in a JVM app via ONNX
- do regression and clustering on the JVM
- track model provenance for reproducible ML experiments
- build a text classification pipeline in Java
- export Java-trained models to ONNX for cloud deployment
When to choose
- you need ML in a pure Java/JVM codebase without Python
- you want strongly typed models and built-in provenance tracking
- you need to deploy Python-trained models inside Java services via ONNX
When to avoid
- your workflow is Python-centric with pandas and scikit-learn
- you need cutting-edge deep learning research features
- you need GPU-heavy training at scale
Facets
library · maturity active
machine-learning nlp deep-learning serialization data-science machine-learning data-science developer-tools jvm cross-platform windows classification regression clustering anomaly-detection multi-label onnx provenance xgboost tensorflow oracle natural-language-processing linux macos
5 sources
- readme: https://github.com/oracle/tribuo · fetched 2026-08-28 · 11ad44ca082a
- homepage: https://tribuo.org · fetched 2026-08-29 · ef52af58d6fe
- site_page: https://tribuo.org/learn/4.3/docs · fetched 2026-08-29 · 2fca30865e65
- site_page: https://tribuo.org/learn/4.3/docs/features.html · fetched 2026-08-29 · 0e52e465cff2
- site_page: https://tribuo.org/learn/4.3/faq.html · fetched 2026-08-29 · 0afb6193c9b0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| oracle/tribuo | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem