I am trying to install h2o driverless ai and so far I am unable to find any way. I am using jupyter notebook and I am unable to import h2oai_client.
My python version :
pip 20.0.2 from C:\Users\user\miniconda3\lib\site-packages\pip (python 3.7)
When i try to import h2oai_client, it says not found
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-afa0aad75588> in <module>
----> 1 from h2oai_client import Client
ModuleNotFoundError: No module named 'h2oai_client'
You can install it on Windows 10 Pro / Enterprise / Education. You can follow this doc.
h2oai_client
is the Python client. You would need to host Driverless AI on a server with the instructions above, then you can install the client. Then you can connect to it using the Python client.