Tags: tgsmith61591/skutil
Tags
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... Finally, it reduces the amount of required `set` operations in the H2O scaler, and improves performance greatly.