H2O v3.20.0.5 Release Notes

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

    Bug

    โœ… [PUBDEV-5543] - Hive smoke tests no longer time out on HDP. [PUBDEV-5793] - AutoML now correctly ignores columns specified in Flow. [PUBDEV-5794] - In Flow, the Import SQL Table button now works correctly. [PUBDEV-5806] - XGBoost cross validation now works correctly. [PUBDEV-5811] - Fixed an issue that caused AutoML to fail in Flow due to the keep_cross_validation_fold_assignment option. [PUBDEV-5814] - Multinomial Stacked Ensemble no longer fails when either XGBoost or Naive Bayes is the base model. ๐Ÿ›  [PUBDEV-5816] - Fixed an issue that caused XGBoost to generate the wrong metrics for multinomial cases. [PUBDEV-5819] - Increased the client_disconnect_timeout value when ClientDisconnectCheckThread searches for connected clients.

    Improvement

    โœ… [PUBDEV-5813] - Added automated Flow test for AutoML.