Caution
This project is a demonstration project for integrating Trackio with MLflow via the plugin. It is not intended for production use.
Install via pip:
pip install git+https://github.com/rudeigerc/trackio-mlflow.gitTo use the Trackio MLflow plugin, you need to configure your MLflow tracking server to use Trackio as a tracking store. This can be done by setting the MLFLOW_TRACKING_URI environment variable to the Trackio server URL.
export MLFLOW_TRACKING_URI=trackio://You can then run your MLflow experiments as usual, and the plugin will automatically log the metrics and parameters to Trackio.
MIT