Export Orange3 models with preprocessing pipelines to MLflow format for production deployment.
Project description
Orange3 MLflow Export
⚠️ Experimental: This widget is under development with known limitations.
Orange3 widget to export trained models to MLflow format.
Installation
pip install orange3-mlflow-export
Usage
In Orange GUI:
- Build your workflow (File → Preprocess → Model)
- Add MLflow Export widget from the MLFlow section
- Connect your trained model
- Set export path and save
The exported model can be served with:
mlflow models serve -m ./model.mlflow -p 8080
Current Limitations
- Column names from Orange are intentionally ignored (uses positional mapping)
- Precise dependency versions are not exported in MLflow models
- Explicit list of required Orange addons is not exported
- May not work with all Orange preprocessing widgets
Requirements
- Python 3.8+
- Orange3
- MLflow
- pandas, numpy, scikit-learn
- cloudpickle
License
GPL-3.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orange3_mlflow_export-0.5.5.tar.gz.
File metadata
- Download URL: orange3_mlflow_export-0.5.5.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea1bbf1a7b988cbea1b3791b47420798d8be0f4b8658913a93c6e903012b5874
|
|
| MD5 |
36771af792b56b8f388f4ceab4779f91
|
|
| BLAKE2b-256 |
9c9c87ab372d69bb80bf3432d3288ef47c0e2202bf6137f942fe0b089f0e69b2
|
File details
Details for the file orange3_mlflow_export-0.5.5-py3-none-any.whl.
File metadata
- Download URL: orange3_mlflow_export-0.5.5-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b8c2124cb16677e8e6111b57807c1ca04d6a2e4f6b2ff00c7f3664250fc6d26
|
|
| MD5 |
06dda1bbff2e038d780c88f12fee846e
|
|
| BLAKE2b-256 |
90c691de826030e18b386a0a21ad9b25c7abc0b7c9e81d2e7c2963891271ac09
|