honey_pot
mlflow 오류 본문
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")
'error 모음집' 카테고리의 다른 글
gitpod.io 에서 branch push 시 허가 없음(403) 오류 해결 (0) | 2022.08.13 |
---|---|
[git] github username 변경 후 repository 주소 변경 (0) | 2021.06.11 |
[git] github 폴더에 화살표 표시 없애기 (0) | 2021.06.10 |
hyper terminal 실행이 안 될때 (0) | 2021.06.07 |
[nodemon] EADDRINUSE 포트 오류 (0) | 2021.06.06 |
Comments