python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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