My goal is take the outcome class probability predictions from another model (or wherever, really), and use them as an offset in h2o.gbm with distribution = "multinomial".
I noticed in the nnet package, the multinom() function allows for an offset with as many columns as there are outcome classes (K). Does something like this exist for h2o GBM's?