package unsupported ml model

This commit is contained in:
2023-03-10 15:03:21 +08:00
parent 1f86146b12
commit 4bf037de15
4 changed files with 86 additions and 4 deletions

View File

@ -27,6 +27,7 @@ Try to use [MLflow](https://mlflow.org) platform to log PyTorch model training,
* a sample code to call registered model to predict testing data and save model to local file system
* **get_registered_model_via_rest_api.py**
* a script to test MLflow REST api
* **log_unsupported_model.py**
* a sample script to apply mlflow.pyfunc to package unsupported ml model which can be logged and registered by mlflow
###### tags: `MLOps`