Relative Content

Tag Archive for pythonglmh2ogamma-distribution

Why h2o glm prediction are inconsistent with Gamma family?

I am trying to apply a GLM model on some data using h2o on Python. My response variable should be strictly positive and continuous so I am using a gamma family with link log.
To check the consistency of the prediction I have tried to train a model and then calculate the predictions on the exact same dataset.