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


I'm not sure that it going to work. Take a look at the links below.

https://spark.apache.org/docs/latest/ml-classification-regression.html https://spark.apache.org/docs/latest/ml-clustering.html

Find an algo from something in there and run it. It should work fine.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.