eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

MLflow: API to delete a registered model #605

Open da-liii opened 2 years ago

da-liii commented 2 years ago

In #369, we implemented an extended MLflow client and added extra APIs to delete a registered model.

These code should be contributed back to MLflow. With a new release of MLflow, we can finally reduce the assembly jar to about 1M.

Here is the related issue: #588