H2O v3.20.0.6 Release Notes

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

    Bug

    ๐Ÿ“œ [PUBDEV-5724] - H2oApi.frameColumn in h2o-bindings.jar now correctly parses responses. ๐Ÿš€ [PUBDEV-5751] - biz.k11i:xgboost-predictor:0.3.0 is now ported to the h2oai repo and released to Maven Central. This allows for easier deployment of H2O and Sparkling Water. [PUBDEV-5786] - In GLM, the coordinate descent solver is now only disabled for when family=multinomial. ๐Ÿ“œ [PUBDEV-5792] - Fixed an issue that caused the H2O parser to hang when reading a Parquet file. ๐Ÿ›  [PUBDEV-5803] - Fixed an issue that resulted in an AutoML "Unauthorized" Error when running through Enterprise Steam via R. [PUBDEV-5818] - Leaf Node assignment no longer produces the wrong paths for degenerated trees. ๐Ÿš€ [PUBDEV-5823] - Updated the list of Python dependencies on the release download page and in the User Guide. ๐Ÿ›  [PUBDEV-5826] - Fixed an issue that resulted in a mismatch between GLRM predict and GLRM MOJO predict. [PUBDEV-5844] - Launching H2O on a machine with greater than 2TB no longer results in an integer overflow error. ๐Ÿ“œ [PUBDEV-5847] - The HTTP parser no longer reads fewer rows when the data is compressed. [PUBDEV-5851] - AstFillNA Rapids expression now returns H2O.unimp() on backward methods.

    New Feature

    [PUBDEV-5735] - In GBM and DRF, tree traversal and information is now accessible from the R and Python clients. This can be done using the new h2o.getModelTree function. [PUBDEV-5779] - In GBM, added a new staged_predict_proba function. [PUBDEV-5812] - MOJO output now includes terminal node IDs. [PUBDEV-5832] - GBM/DRF, the H2OTreeClass function now allows you to specify categorical levels.

    Task

    โšก๏ธ [PUBDEV-5845] - Updated the XGBoost dependency to ai.h2o:xgboost-predictor:0.3.1.

    Improvement

    [PUBDEV-5837] - Terminal node IDs can now be retrieved in the predict_leaf_node_assignment function.

    ๐Ÿ“„ Docs

    ๐Ÿ‘ [PUBDEV-5836] - The User Guide now indicates that only Hive versions 2.2.0 or greater are supported for JDBC drivers. Hive 2.1 is not currently supported. ๐Ÿ“š [PUBDEV-5838] - In GLM, the documentation for the Coordinate Descent solver now notes that Coordinate Descent is not available when family=multinomial.