H2O v3.24.0.2 Release Notes

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

    Bug

    โœ… [PUBDEV-6221] - In the R client, fixed a caching issue that caused tests to fail when running commands line by line after running the entire test at once. [PUBDEV-6369] - Fixed an issue that caused the h2o.upload_custom_metric to fail when using python3. [PUBDEV-6370] - Fixed an issue that caused h2o.upload_custom_metric to fail on data that includes strings. ๐Ÿ›  [PUBDEV-6371] - Fixed an issue with the K-Means_Example.flow. ๐ŸŒฒ [PUBDEV-6372] - The IP:port that is shown for logging now matches the IP:port that is described in the makeup of the cluster. ๐Ÿ›  [PUBDEV-6377] - In XGBoost, fixed an AIOOB issue that occurred when running large data. [PUBDEV-6390] - H2O-hive is now published to Maven central. [PUBDEV-6393] - The Rapids as.factor operation no longer automatically converts non-ASCII strings to sanitized forms. ๐Ÿ— [PUBDEV-6395] - Fixed an AIOOB error in the AUC builder. ๐Ÿ”€ [PUBDEV-6399] - AUCBuilder now finds the first bin to merge when merging per-chunk histograms. [PUBDEV-6409] - When running H2O on Hadoop, Hadoop now writes only to its container directory. โš  [PUBDEV-6418] - Users now receive a warning if two different versions of H2O are trying to communicate on the same node. ๐Ÿ“ฆ [PUBDEV-6421] - Fixed an issue that caused the H2O Python package to fail to load on a fresh install from pip. ๐Ÿ›  [PUBDEV-6433] - Fixed an error that occurred when running multiple concurrent Group-By operations.

    Improvement

    [PUBDEV-6310] - The new GCP Marketplace offering contains the option to add a network tags script.

    ๐Ÿ“„ Docs

    [PUBDEV-6040] - Added Python examples to the Target Encoding topic. ๐Ÿ™‹ [PUBDEV-6401] - Fixed links to Sparkling Water topics in the Sparkling Water FAQ. [PUBDEV-6425] - In CoxPH chapter, changed the link for the available R demo.