H2O v3.32.1.4 Release Notes

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

    πŸ› Bug

    • πŸ›  [PUBDEV-8226] - Fixed h2odriver invalid argument error on Java 11.
    • [PUBDEV-8224] - Fixed GLM GRADIENT_DESCENT_SQERR Solver validation.
    • ⬆️ [PUBDEV-8219] - Upgraded to latest version of Javassist (3.28).
    • πŸ›  [PUBDEV-8207] - Fixed H statistic gpu assertion error.
    • πŸ›  [PUBDEV-8195] - Fixed predict contributions failure in multi-MOJO environments.
    • πŸ›  [PUBDEV-8194] - Fixed bug in ordinal GLM class predictions.
    • πŸ›  [PUBDEV-8188] - Fixed Partial Dependent Plot not working with Flow.
    • ⚑️ [PUBDEV-8181] - Updated to current Python syntax.
    • πŸ›  [PUBDEV-8167] - Fixed bug in ordinal GLM class predictions.

    πŸ‘Œ Improvement

    • πŸ‘ [PUBDEV-8141] - Added support for refreshing HDFS delegation tokens for standalone H2O.

    πŸ†• New Feature

    • [PUBDEV-8109] - Obtained Friedman’s H statistic for XGBoost and GBM.

    Task

    • ⚠ [PUBDEV-8150] - Added a warning message when using alpha as a hyperparameter for GLM

    πŸ“„ Docs

    • [PUBDEV-8158] - Added section on how to delete objects in Flow.
    • πŸ“„ [PUBDEV-8151] - Added a note to the productionizing docs that C++ is only available with additional support.