AutoKeras is built on Keras framework and Google automl is built on tensorflow. So on which framework does the h2o build ? or is it made from scratch ?
Asked
Active
Viewed 78 times
0
-
On H2O http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html – Karl Jun 18 '19 at 11:29
-
@Karl So they have made it from scratch ?? – Rutvik Jun 18 '19 at 11:42
-
@Rutvik Yes, the H2O algos are written from scratch to be distributed/parallelized and fast. – Erin LeDell Jun 19 '19 at 05:20
1 Answers
2
H2O's AutoML (first released in 2017) is built on the Open Source H2O distributed machine learning stack. It's built on Java but it has Python and R bindings, so you can use those languages.

desertnaut
- 57,590
- 26
- 140
- 166

Thomas Ott
- 36
- 2