Skip to content

Release 0.1.6

Latest
Compare
Choose a tag to compare
@tgsmith61591 tgsmith61591 released this 04 Feb 13:49
· 1 commit to master since this release

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...