driverlessai-tutorials
driverlessai-tutorials copied to clipboard
driverless h2oai python pipeline tries to connect to H2O server at port 12345
Hi
I am currently using the h2oai trial for scoping the features.
I am finding that after completing the training process and downloading the scoring pipeline, when i execute the run_example.py it fails while connecting to localhost:12345
Question: does the h2oai server need to be up and running while the run_example.py is executed
Is there a way to workaround this and have run_example.py execute (in isolation) without connecting to the h2o server?
Wha