seb.

Results 37 issues of seb.

https://h2oai.atlassian.net/browse/PUBDEV-8315 Restoring the full model rendering for default output or `print(model)` in iPython/Jupyter or Py REPL

@wendycwong @michalkurka : does this make sense?

https://h2oai.atlassian.net/browse/PUBDEV-7799

https://h2oai.atlassian.net/browse/PUBDEV-8416 https://h2oai.atlassian.net/browse/PUBDEV-8417

WIP

https://h2oai.atlassian.net/browse/PUBDEV-8472 building 2 GLMs: - a very basic one, trained in first priority group. - one with lambda & alpha search (former default) that often takes much longer, and we...

Refactored groovy scripts + docker scripts + makefile in such a way that we can more clearly see which versions are really used and for which purpose. Py 3.10 is...

https://h2oai.atlassian.net/browse/PUBDEV-8302 Even when the results represent indices (e.g. result of `h2o.column_by_types`, those are represented as floats by the Py client (it's working as expected in R). This fix allow ints...

In some cases, when upgrading some frameworks locally using the `python runbenchmark my_framework --setup force` command, there can be dependency version conflicts during the setup as the previous virtual env...

framework

addressing https://github.com/openml/automlbenchmark/issues/135 applied on top of improvements regarding saving logic in https://github.com/openml/automlbenchmark/pull/452

bug

Results are currently saved when all jobs are completed, which is a bit annoying for so many reasons (what if process hangs or get killed before completion? can't easily access...

enhancement