mlflow-spark-summit-2019
mlflow-spark-summit-2019 copied to clipboard
ConnectionRefusedError: [Errno 61] Connection refused
I knew about the module mflow after watching youtube tutorial and tried to test it out.
I was wondering how to use the example notebooks. It seems that none of them worked for me.
Steps I tried
-
pip install mlflow
-
pip show mlflow
(just to confirm I have it) -
export MLFLOW_TRACKING_URI=http://localhost:5000
Then run the any notebook gives following error: ConnectionRefusedError: [Errno 61] Connection refused
Running hello world.py gives following error:
Traceback (most recent call last):
File "hello_world.py", line 49, in
ConnectionRefusedError: [Errno 61] Connection refused
How to get rid of that connection error.
I am working on my own laptop, not on databricks cluster. Does mlflow works in personal laptops?