My data is very unbalanced. I've been using RF and
the balance_classes option. I'd like to use the same idea to perform glm (logistic regression).
I know that there is an argument weights_column on h2o.glm, but I don't have this column on my data.
Any advice on how to deal with unbalanced data when running h2o.glm?
Thanks,
G