python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Retrieve loss for each epoch in Python H2O
I would like to plot a loss vs epoch graph from a deep quantile regression model in H2O. I'm using the H2ODeepLearningEstimator but can't seem to find a way to retrieve the loss like in Keras.
https:/...
mj_whales
Votes: 0
Answers: 1
How to get all base model from a stackedsamble in h2o
I used H2O's automl on my dataset, and the top model is a stackedensemble model. I like to get all basemodels with it's parameters of this stacked model. How do I get this models?
seb2704
Votes: 0
Answers: 1
Error when using random effect with h2o.glm in R
I would like to use h2o in R for glm regression but with random effects (HGLM, seems possible from this page ). I do not manage to make it work yet, and get errors I do not understand.
Is here my work...
denis
Votes: 0
Answers: 1
Error when creating H2O context using RSparkling
I am running Spark 2.4.4 using Yarn and interfacing using RSparkling and Sparklyr
As per these instructions I've
Installed Sparklyr
Called the library for Sparklyr
Removed any prior installs of H2O
I...
TheGoat
Votes: 0
Answers: 1