From d286120e0b66155e415de5fa03c6f103a0788d3b Mon Sep 17 00:00:00 2001 From: kalichiruvelli-art Date: Fri, 10 Apr 2026 07:59:43 -0400 Subject: [PATCH] docs: add third-party integrations section mentioning orbit-mlflow (fixes #812) Adds a "Third-party integrations" section to the README referencing the community orbit-mlflow package, which allows users to log Orbit models to MLflow and deploy them. The maintainer explicitly requested this in issue #812. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2051678a..41a2b978 100644 --- a/README.md +++ b/README.md @@ -212,3 +212,6 @@ Bibtex: - [Rlgt](https://cran.r-project.org/web/packages/Rlgt/index.html) - [forecast](https://github.com/robjhyndman/forecast) - [prophet](https://facebook.github.io/prophet/) +## Third-party integrations + +- [orbit-mlflow](https://github.com/benjaminbluhm/orbit-mlflow) — Community package to log Orbit models to MLflow and deploy them to real-time endpoints using MLflow deployment tools.