record model input&output, save model to file system

This commit is contained in:
2023-02-22 16:25:26 +08:00
parent 6e80927c40
commit 7015b5c1a5
4 changed files with 45 additions and 20 deletions

View File

@ -4,4 +4,4 @@
# author: deng
# date : 20230221
mlflow server --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./artifacts
mlflow server --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./artifacts --port 5000