Boostcamp AI tech 3기/개념 이해

unable to display MLflow UI... -> mlruns 폴더가 있는 경로에서 하자.

mcdn 2022. 2. 16. 15:41
반응형

명렁어 mlflow ui를 실행 

하지만 localhost:5000에 접속하니.. 

Unable to display MLflow UI - landing page (index.html) not found.

You are very likely running the MLflow server using a source installation of the Python MLflow
package.

If you are a developer making MLflow source code changes and intentionally running a source
installation of MLflow, you can view the UI by running the Javascript dev server:
https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.rst#running-the-javascript-dev-server

Otherwise, uninstall MLflow via 'pip uninstall mlflow', reinstall an official MLflow release
from PyPI via 'pip install mlflow', and rerun the MLflow server.

에러가 나왔다. 

 

처음에 잘못 설치된줄 알았는데 

경로를 mlruns가 있는 디렉토리에서 해야한다.

 

ls했을 때 mlruns 폴더가 나오는 위치!! 

-> 결론은 경로를 잘하면 잘 뜸 

 

 

반응형