Running H2O in databricks
I am trying to run H2O in databricks. However, when I do the following:
hc = pysparkling.H2OContext.getOrCreate(spark)
I get the following error:
java.lang.AbstractMethodError
Does anyone know what the problem could be?
Topic h2o data-science-model pyspark
Category Data Science