Release 0.1.6 adds the following scoring methods:
h2o_auc_score
h2o_logloss_score
It also dramatically improves performance on several classes that rely on H2OFrame
rbind operations. Since they are lazily evaluated, some tasks could cause maximum recursion depth to be reached easily. Now, rbinds are handled in batches and should not cause the same issue...