H2O Driverless AI is an artificial intelligence (AI) platform that automates some of the most difficult data science and machine learning workflows such as feature engineering, model validation, model tuning, model selection and model deployment. It aims to achieve highest predictive accuracy, comparable to expert data scientists, but in much shorter time thanks to end-to-end automation.
Questions tagged [driverless-ai]
54 questions
0
votes
1 answer
H2O Driverless AI Ubuntu DEB installation - Fail to load http://localhost:12345
I'm using Ubuntu v16.04.5 as a guest VMWARE in my PC. Below is the installation and status log whereby when I use the Firefox browser to open http://localhost:12345 , no page is displayed (Page not found). However, if I changed the URL to…

Ronald
- 1
- 1
0
votes
1 answer
H2O's Driverless AI .deb package failing to install
I am running Ubuntu 18.04 with CUDA 9.1. I have downloaded the CUDA 9.0 Driverless AI .deb installation from the H2O website's download page: https://www.h2o.ai/driverless-ai-download/
Unfortunately I am getting the…

KOB
- 4,084
- 9
- 44
- 88
0
votes
1 answer
2 target columns in H2O driverless AI
how should I use H2O DAI on 2 target columns? Current version (AMI ID: h2oai-driverless-ai-1.0.19 (ami-46e5dd3c)) only allows 1 target column. The 2 target columns of interest are both float64 type. Thanks.

slowD
- 339
- 2
- 13
0
votes
1 answer
H2o Driverless-AI cannot import data
I tried to import my data in json format but it took forever to import and I cannot do anything except waiting.
The files consist of a list of images, and for each image, you can find the following fields:
id - the id of the image
band_1, band_2 -…

user1314404
- 1,253
- 3
- 22
- 51
0
votes
1 answer
H2O: Can't done run_tcp_client.sh (example_client.py) with DriverlessAI's scorer.zip
I am using the DriverlessAI(with H2O.ai) and trying to use scorer (which is a Diagnosis model made from DriverlessAI), but an error occurred.
When running run_tcp_client.sh, the error
" File "example_client.py", line 5, in
from thrift import…

H.Doi
- 1
-1
votes
1 answer
Installing Python Client for Driverless AI
I'm trying to install the python client for h2o driverless, but get this message when i try to sudo pip install this whl file i got from the PY_CLIENT on the UI. This is the message i get. Does this work only on Linux systems…

Sany
- 1
- 2
-1
votes
1 answer
I am trying to launch driverlessai on a local Ubuntu machine
I am not clear what they are looking for as server in the instruction
"After Driverless AI is installed and started, open a browser and navigate to :12345."
Based on another answer I tried using localhost and like that answer I could navigate to…

Joe Burger
- 13
- 2
-2
votes
1 answer
Can Driverless AI instance utilize K80 GPU for faster performance in GCP?
I am experimenting with the performance of running experiments on H2o Driverless AI instance on GCP. I have attached a K80 GPU to the instance but when I run the experiments selecting "GPU enabled" , it doesn't appear to be utilizing GPUs. Are there…
-2
votes
1 answer
driverless ai cannot import csv data
I tried to import my data in csv format but it took forever to import and I cannot do anything except waiting.
The number of rows and columns of data is 1,705 and 502, respectively. All variables except target and date are numeric type. The data…

Hyo Yong Jeong
- 1
- 1