Top "H2o" questions

H2O is an in-memory platform for distributed, scalable machine learning.

How to Setup SPARK_HOME variable?

Following the steps of Sparkling Water from the link http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.2/0/index.html. Running …

apache-spark h2o sparkling-water
conversion of pandas dataframe to h2o frame efficiently

I have a Pandas dataframe which has Encoding: latin-1 and is delimited by ;. The dataframe is very large almost of …

python machine-learning h2o
How to convert r data frame to h2o object

Im new to R and H2O and I have tried to find a way to convert r data frame …

r dataframe h2o
Can I use autoencoder for clustering?

In the below code, they use autoencoder as supervised clustering or classification because they have data labels. http://amunategui.github.…

deep-learning h2o autoencoder
how to save/load a trained model in H2o?

The user tutorial says Navigate to Data > View All Choose to filter by the model key Hit Save Model …

h2o
Python cannot find package h2o in anaconda

When I try to import h2o I am told that the package does not exist. When I try to …

python python-2.7 cmd anaconda h2o
Error with H2O in R - can't connect to local host

I can't get the h2o to work in my R. It shows the following error. Have no clue what …

r h2o
Predict classes or class probabilities?

I am currently using H2O for a classification problem dataset. I am testing it out with H2ORandomForestEstimator in …

python machine-learning classification random-forest h2o
R: Plot trees from h2o.randomForest() and h2o.gbm()

Looking for an efficient way to plot trees in rstudio, H2O's Flow or in local html page from h2…

r data-visualization random-forest h2o gbm