Deploifai is a modern developer platform for Machine Learning. We build tools to automate cloud infrastructure, and make the best tools for data science and ML simple and straightforward for the community.
This plugin helps the MLFlow client to connect and work with the Deploifai MLFlow community server. Without this plugin, Deploifai MLFlow server cannot be used.
pip install mlflow-deploifai
Once the plugin is installed, use MLFlow just as you would normally.
import mlflow
mlflow.set_tracking_uri('https://community.mlflow.deploif.ai')
mlflow.set_experiment("<workspace>/<project>/<experiment>")
We are working on a contribution page. We welcome you raising any issues, and even having your PR submissions. Thanks!