honey_pot

mlflow 오류 본문

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

 

[BUG] log_artifact fails when tracking uri scheme is 'file' · Issue #7819 · mlflow/mlflow

Issues Policy acknowledgement I have read and agree to submit bug reports in accordance with the issues policy Willingness to contribute No. I cannot contribute a bug fix at this time. MLflow versi...

github.com

예측파일.py에 코드 추가함

mlflow.set_tracking_uri("http://127.0.0.1:5000")

mlflow.set_tracking_uri("http://127.0.0.1:5000")

 

Comments