error 모음집
mlflow 오류
_tera_
2023. 10. 24. 14:35
mlflow.exceptions.MlflowException: The configured tracking uri scheme: 'file' is invalid for use with the proxy mlflow-artifact scheme. The allowed tracking schemes are: {'http', 'https'}
해결방법 참고
https://github.com/mlflow/mlflow/issues/7819
예측파일.py에 코드 추가함
mlflow.set_tracking_uri("http://127.0.0.1:5000")
mlflow.set_tracking_uri("http://127.0.0.1:5000")