H2O v3.32.1.5 Release Notes

  • ๐Ÿš€ Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-zipf/5/index.html

    ๐Ÿ› Bug

    • ๐Ÿณ [PUBDEV-8254] - Modified legacy Dockerfile to add a non-root user.
    • ๐Ÿ›  [PUBDEV-8253] - Fixed an issue where running java -jar h2o.jar -version failed.
    • ๐Ÿ›  [PUBDEV-8250] - Fixed an issue where monotone constraints in GBM caused issues when reproducing the model.
    • ๐Ÿ›  [PUBDEV-8246] - Fixed an issue that caused DRF to create incorrect leaf nodes due to rounding errors.
    • ๐Ÿ›  [PUBDEV-8244] - Fixed an issue that caused CoxPH MOJO import to fail.
    • ๐Ÿ›  [PUBDEV-8242] - Fixed an issue where categorical splits NAvsREST were not represented correctly.
    • ๐Ÿ›  [PUBDEV-8240] - Fixed GBM reproducibility for correlated columns with NAs.
    • ๐Ÿ›  [PUBDEV-8237] - Fixed h2odriver so that it no longer uses invalid GC options.
    • ๐Ÿ›  [PUBDEV-8230] - Fixed GenericModel predictions for non-AUTO categorical encodings.
    • ๐Ÿ›  [PUBDEV-8218] - Fixed H2O interaction outcomes.
    • [PUBDEV-8190] - When remove_collinear_columns=True, fixed an issue where the dimension of gradient and coefficients changed when predictors were removed.

    ๐Ÿ“„ Docs