0

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 ?

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Rutvik
  • 51
  • 8

1 Answers1

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