8000 Tags · tgsmith61591/skutil · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tgsmith61591/skutil

Tags

v0.1.6

Toggle v0.1.6's commit message
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.

v0.1.5

Toggle v0.1.5's commit message
[HOTFIX] 🔥 remove _modules

v0.1.3

Toggle v0.1.3's commit message
Version `0.1.3` does not offer as many additions in functionality as …

…`0.1.0` and `0.1.2`. What it does offer is better examples, more docstrings, slight bug fixes and one large bug fix in the `skutil.odr.dqrsl` module.

v0.1.2

Toggle v0.1.2's commit message
Amend version

v0.1.0

Toggle v0.1.0's commit message
[HOTFIX] 🔥 fixed test bug that caused failure on sklearn 0.17

0