All Versions
188
Latest Version
Avg Release Cycle
13 days
Latest Release
-

Changelog History
Page 7

  • v3.26.0.11 Changes

    May 12, 2019

    ๐Ÿš€ Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-yau/11/index.html

    Bug

    ๐Ÿ‘ [PUBDEV-6580] - The Python client now fails with descriptive message when attempting to run on an unsupported Java version. [PUBDEV-6895] - Fixed an issue that caused h2o to fail when running on Hadoop with -internal_secure_connections. [PUBDEV-6911] - H2OGenericEstimator can now be instantiated with no parameters. [PUBDEV-6945] - Multi-node H2O XGBoost now returns reproducible results. 0๏ธโƒฃ [PUBDEV-6995] - Fixed the backend default values for the inflection_point and smoothing parameters in Target Encoder. [PUBDEV-7006] - Users can now specify the noise parameter when running Target Encoding in the R client or in Flow. โš  [PUBDEV-7036] - MOJO reader now uses stderr instead of stdout to show warnings. ๐Ÿ›  [PUBDEV-7056] - Fixed an issue that allowed SPNEGO athentication to pass with any HTTP-Basic header. [PUBDEV-7062] - When connecting to H2O via the Python client, users can now specify allowed_properties="cacert".

    New Feature

    [PUBDEV-6213] - Added BroadcastJoinForTargetEncoding.

    Task

    [PUBDEV-6970] - Introduced AllCategorical and Threshold TE application strategies.

    Improvement

    โœ… [PUBDEV-7052] - Added a test to check XGBoost variable importance when trained on frames with shuffled input columns. ๐Ÿ“ฆ [PUBDEV-7053] - The package name for ai.h2o.org.eclipse.jetty.jaas.spi is now independent of the Jetty version. [PUBDEV-7060] - The offset_column is now propogated to MOJO models.

    ๐Ÿ“„ Docs

    ๐Ÿ“š [PUBDEV-7070] - Improved documentation for stopping_metric as it pertains to AutoML.

  • v3.26.0.10 Changes

    ๐Ÿš€ Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-yau/10/index.html

    Bug

    ๐Ÿ”’ [HEXDEV-743] - Fixed an issue that caused H2O to ignore security configurations when running on Hadoop 3.x.

    New Feature

    [PUBDEV-7026] - Added a disable_flow option that can be specified when starting H2O to disable access to H2O Flow. [PUBDEV-7040] - Version details are now exposed in cloud information.

    Improvement

    ๐Ÿšš [PUBDEV-6831] - Removed duplicate definition for sample_rate in DRF, as this is already defined in shared tree model parameters.

    ๐Ÿ“„ Docs

    ๐Ÿ“š [PUBDEV-7038] - Fixed documentation for Logloss scorer.

  • v3.26.0.1 Changes

    ๐Ÿš€ Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-yau/1/index.html

    Bug

    ๐Ÿšš [PUBDEV-5595] - Removed an unncessary warning in predict function that occcured when a test set was missing fold_column. ๐Ÿ‘ท [PUBDEV-6359] - AutoML no longer continues training models after a job cancellation. ๐Ÿ— [PUBDEV-6453] - Fixed an issue that caused h2o Docker image builds to fail. ๐Ÿ“œ [PUBDEV-6552] - In XGBoost, parallel sparse matrix conversion is no longer using a non-threadsafe API. [PUBDEV-6569] - AutoML uses a default value of 5 for score_tree_interval with all algorithms. ๐Ÿ›  [PUBDEV-6576] - Fixed an issue that caused the Python client API to break when passing a frame to the constructor. [PUBDEV-6601] - In Flow, you can now specify blending_frrame and max_runtime_per_model when running AutoML. [PUBDEV-6627] - Frame Summary is now available when running the Python client in Zeppelin. ๐Ÿ›  [PUBDEV-6657] - Fixed an issue that caused H2O.CLOUD._memary(idx).getTimestamp to return 0 rather than the timestamp of the remote node. ๐Ÿ›  [PUBDEV-6661] - Fixed a link function NPE in MOJOs. ๐Ÿ›  [PUBDEV-6673] - Fixed the frame.tocsv signature. Instead of passing true, false, this now takes CSVStreamParams.

    New Feature

    ๐Ÿ‘ [PUBDEV-4076] - Added support for a custom Loss Metric in GBM. [PUBDEV-6089] - When running AutoML in R or Python, and EventLog is now available. [PUBDEV-6090] - When polling an AutoML run, an EventLog displays now rather than a progress bar. [PUBDEV-6108] - CoxPH is now available in the Python client. ๐Ÿ‘ [PUBDEV-6134] - Added support for SVM in the h2o-3 R and Python clients. [PUBDEV-6492] - Added Isolation Forest to Flow. ๐ŸŽ [PUBDEV-6510] - In XGBoost improved performance of moving sparse matrices to off-heap memory. ๐Ÿ”Š [PUBDEV-6518] - Logs from H2O can now be downloaded in plain text format.

    Task

    ๐Ÿ—„ [PUBDEV-6015] - Deprecated support for Java 7. ๐Ÿ›  [PUBDEV-6611] - Fixed an issue that caused h2o.scale to corrupt the frame when run over a frame with categorical columns. ๐Ÿ— [PUBDEV-6619] - Removed the Deep Water booklet from H2O-3 builds.

    Improvement

    [PUBDEV-5316] - AutoML runtime information is now stored and available in an EventLog. [PUBDEV-5885] - Users can now pass an ID to training_frame in h2o.StackedEnsemble. [PUBDEV-6410] - Added early stopping options to Isolation Forest. ๐Ÿ— [PUBDEV-6438] - Users can now build 2D Partial Dependence plots with the R and Python clients. [PUBDEV-6482] - When loading MOJOs that were trained on older versions of H2O-3 into newer versions of H2O-3, users can now access all the information that was saved in the model object and use the MOJO to score. ๐Ÿ— [PUBDEV-6543] - Users can now specify a row_index parameter when building PDPs. This allows partial dependence to be calculated for a row. ๐Ÿ— [PUBDEV-6553] - Users can now specify a row_index parameter when building PDPs in Flow. [PUBDEV-6573] - Enabled Java scoring for XGBoost MOJOs. [PUBDEV-6590] - User can now delete an AutoML instance and all its dependencies from any client (including models and other dependencies). [PUBDEV-6617] - h2o.mojo_predict_csv() and h2o.mojo_predict_pandas() now accept a setInvNumNA parameter. ๐Ÿ‘ [PUBDEV-6621] - Added support for TreeShap in DRF. [PUBDEV-6633] - Added a feature_frequencies function in GBM, DRF, and IF, which retrieves the number of times a feature was used on a prediction path in a tree model. [PUBDEV-6634] - Users can now retrieve variable split information in the Isolation Forest output. [PUBDEV-6646] - Created a SharedTreeMojoModelWithContributions class, which provides a central location of contribs for DRF and GBM MOJO. [PUBDEV-6647] - ScoreContributionsTask is no longer abstract.

    ๐Ÿ“„ Docs

    ๐ŸŒฒ [PUBDEV-6452] - Clarified in the GLM docs that h2o-3 determines the values of alpha and theta by minimizing the negative log-likelihood plus the same Regularization Penalty. ๐Ÿ“š [PUBDEV-6500] - Create initial, alpha version of SVM documentation. [PUBDEV-6554] - Added upload_custom_distribution to the Parameters Appendix. ๐Ÿ“š [PUBDEV-6604] - Removed note in XGBoost documentation indicating that "Multi-node support is currently available as a Beta feature." ๐Ÿ“š [PUBDEV-6608] - SVM R client documentation is now available. [PUBDEV-6610] - Explained how the nthreads parameter can impact reproducibility. [PUBDEV-6613] - Added stopping parameters to the Isolation Forest chapter. [PUBDEV-6642] - Fixed the parameters listing display for predict and predict_leaf_node_assignment in the Python documentation. ๐Ÿ‘ [PUBDEV-6644] - DRF is now included in the list of supported algorithms for predict_contributions. [PUBDEV-6648] - Added more examples to the Predict topic. ๐Ÿ“š [PUBDEV-6650] - Improved Data Manipulation Python documentation. ๐Ÿ“š [PUBDEV-6651] - Improved Modeling functions in the Python documentation. ๐Ÿ“š [PUBDEV-6653] - Improved the tree_class Python documentation. ๐Ÿ“š [PUBDEV-6654] - Improved the Model Metrics Python documentation. ๐Ÿ“š [PUBDEV-6656] - Improved GLM documentation by informing users that they can only specify a list in the GLM interactions parameter. ๐Ÿ“š [PUBDEV-6660] - Updated Flow documentation to include Isolation Forest. ๐Ÿ“š [PUBDEV-6663] - Improved the Python documentation for h2o.frame(). ๐Ÿ“š [PUBDEV-6664] - Added examples to the TargetEncoding Python documentation.

  • v3.24.0.5 Changes

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

    Bug

    ๐Ÿ›  [PUBDEV-6387] - Fixed a segmentation fault that occurred when running XGBoost with booster=gblinear. [PUBDEV-6534] - Users can now rbind two frames when one frame contains all missing values in some of its columns. [PUBDEV-6549] - ClearDKVTask now detects shared resources when deleting frames and models. ๐Ÿ›  [PUBDEV-6592] - Fixed a TypeError in Python debugging.

    New Feature

    ๐Ÿ›  [PUBDEV-6515] - Fixed an issue that caused MOJO loading to fail when categorical values contained a newline character. [PUBDEV-6530] - Users can now export a file directly to a compressed format (gzip) and choose a delimiter. [PUBDEV-6548] - Users can now specify which certificate alias to use when starting H2O with SSL. [PUBDEV-6582] - Added Conda install instructions to the download page. [PUBDEV-6591] - Users can now specify a custom separator for CSV export.

    Task

    ๐Ÿ›  [PUBDEV-6457] - Fixed GLM std-error and Tweedie calculations. [PUBDEV-6472] - Implemented dispersion factor optimization for Tweedie GLM.

    Improvement

    [PUBDEV-6458] - The MOJO Tree Visualizer and Tree API no longer show categorical splits as numeric and string. [PUBDEV-6508] - Improved the user experience with Target Encoding in R by providing more meaningful error messages. [PUBDEV-6520] - Users can now tokenize a frame to the Scala API to enable that using H2O's Word2Vec. 0๏ธโƒฃ [PUBDEV-6525] - Defined several default values in the R API for Target Encoding. [PUBDEV-6527] - Improved the user experience with Target Encoding in Python by providing more meaningful error messages. 0๏ธโƒฃ [PUBDEV-6529] - Set default values for blending hyperparameters in Target Encoding when using the Python client. ๐Ÿ›  [PUBDEV-6533] - Fixed an issue that resulted in a "NaN undefined" label in the Flow cluster status. [PUBDEV-6538] - Exposed ClearDKVTask via REST API. โœ… [PUBDEV-6547] - H2O-3 now provides a warning when using MOJO prediction with a test/validation dataset that has missing columns. โฌ†๏ธ [PUBDEV-6575] - Upgraded the JTransforms library.

    ๐Ÿ“„ Docs

    [PUBDEV-6392] - Added a Best Practices sub section to Starting H2O in the User Guide. [PUBDEV-6473] - Added Target Encoding options to the Parameters appendix. โšก๏ธ [PUBDEV-6516] - Updated the description for the Tweedie family in the User Guide and in the GLM booklet. ๐Ÿšš [PUBDEV-6537] - Removed ologlog and oprobit from list of link options that can be specified in GLM. [PUBDEV-6568] - Upated documentation to indicate that predict_leaf_node_assignment is not supported with XGBoost. [PUBDEV-6596] - Added the new -jks_alias option to list of options that can be specified when starting H2O.

  • v3.24.0.4 Changes

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

    Bug

    ๐Ÿ›  [PUBDEV-4305] - Fixed an error that occurred when applying as.matrix() to an h2o dataframe with numeric values of size ~ 600K x 300. โœ… [PUBDEV-5937] - Introduced a new xgboost.predict.native.enable property, which ensures that H2OXGBoostEstimator will no longer always predicts the same value. ๐Ÿ“œ [PUBDEV-6440] - Users can now parse files from s3 using s3's directory URL with s3 protocol. ๐Ÿ›  [PUBDEV-6475] - Fixed an issue that caused h2o.getModelTree to produce an "invalid object for slot nas" error when XGBoost produced a root-node only decision tree. ๐ŸŽ [PUBDEV-6476] - Improved performance of H2OXGBoost on OS X. ๐Ÿ— [PUBDEV-6479] - In Stacked Ensembles, fixed a categorical encoding mismatch error when building the ensemble. Users can now use SE on top of base models that are trained with categorical encoding. [PUBDEV-6483] - In Isolation Forest, you can now specify that mtries = the number of features. ๐Ÿ›  [PUBDEV-6488] - Fixed an issue that caused XGBoost to produce a tree with split features being all NA. โšก๏ธ [PUBDEV-6489] - In h2o.getModelTree, when retrieving a threshold for values that are all NAs, updated the description to state that the "Split value is NA." ๐Ÿ›  [PUBDEV-6490] - Fixed an issue that caused trivial features with NAs to be given inflated importance when monotonicity constraints was enabled. As a result, variable importance values were incorrect. ๐Ÿ›  [PUBDEV-6491] - Fixed an NPE issue at water.init.HostnameGuesser when trying to launch a Sparkling Water cluster. [PUBDEV-6496] - Removed internal_cv_weights from h2o.predict_contributions() output when the prediction was used on a fold column from a model run with nfolds. โœ… [PUBDEV-6521] - Models that use Label Encoding no longer predict incorrectly on test data. [PUBDEV-6523] - Predictions now work correctly on a subset of training features when using categorical_encoding. ๐Ÿ›  [PUBDEV-6532] - Fixed an issue that caused XGBoost to format non-integer numbers (doubles, floats) using Locale.ENGLISH to ensure that a decimal point "." was used instead of a comma ",". ๐Ÿ“œ This locale setting grouped large numbers by thousands and split the groups with ",", which was unparseable to XGBoost.

    New Feature

    ๐Ÿ‘ [PUBDEV-6478] - Added support for CDH 6.2. [PUBDEV-6503] - Users can now specify an external IP for h2odriver callback.

    Improvement

    [PUBDEV-6519] - Added a "toCategoricalCol" helper function for column type conversion. ๐Ÿ“š [PUBDEV-6522] - Renamed "Generic Models" to "MOJO Import" in the documentation.

    ๐Ÿ“„ Docs

    ๐Ÿ‘ [PUBDEV-6486] - Added CDH 6.2 to list of supported Hadoop platforms. [PUBDEV-6511] - Added the import_hive_table() and import_mojo() functions to the R HTML documentation.

  • v3.24.0.3 Changes

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

    Bug

    โšก๏ธ [PUBDEV-5969] - Updated H2O-3 Plotting Functionality to be Compatible with Matplotlib Version 3.0.0. ๐Ÿ‘€ [PUBDEV-6384] - Flow now shows the correct long value of a seed. ๐Ÿ›  [PUBDEV-6394] - Fixed an issue that cause Rapids string operations on enum (categorical) columns to yield counterintuitive results. ๐Ÿ›  [PUBDEV-6402] - Fixed an issue that caused monotonicity constraint in XGBoost to fail with certain parameters ๐Ÿ“œ [PUBDEV-6408] - Fixed an ArrayIndexOutOfBounds error. that occurred when parsing quotes in CSV files. ๐Ÿ–จ [PUBDEV-6416] - Fixed an error with Grid Search that caused the API to print errors not related to model CURRENTLY being added to the grid, but for all previous failures. This occurred even when the model was not added to the grid due to failure. ๐Ÿ‘ท [PUBDEV-6431] - Fixed an exception that occurred when requesting Jobs from h2o. [PUBDEV-6439] - When using Python 2.7, fixed an issue with non-ascii character handling in the as_data_frame() method. [PUBDEV-6449] - Predicting on a dataset that has a response column with domain in a different order no longer leads to memory leaks. ๐Ÿ‘€ [PUBDEV-6451] - Fixed an issue with retrieving details of a GLM model in Flow due to lack of support for long seeds.

    Improvement

    ๐Ÿ”Š [PUBDEV-6419] - Simplified the directory structure of logs within downloaded zip archives. โฌ†๏ธ [PUBDEV-6428] - Upgrades XGBoost to latest stable build. [PUBDEV-6435] - Users can how import and upload MOJOs in R and Python using import_mojo() and upload_mojo(). [PUBDEV-6450] - It is now possible to retrieve a list of features from a trained model.

    ๐Ÿ“„ Docs

    ๐Ÿ™‹ [PUBDEV-6024] - Enhanced the GBM Reproducibility FAQ. [PUBDEV-6456] - Added information about the Target Encoding smoothing parameter to the User Guide.

  • v3.24.0.2 Changes

    ๐Ÿš€ 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.

  • v3.24.0.1 Changes

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

    Bug

    โœ… [PUBDEV-6159] - The AutoMLTest.java test suite now runs correctly on a local machine. ๐Ÿ›  [PUBDEV-6189] - Fixed an issue in as_date that occurred when the column included NAs. [PUBDEV-6208] - AutoML no longer fails if one of the Stacked Ensemble models is deleted. ๐Ÿšš [PUBDEV-6230] - Removed elipses after the H2O server link when launching the Python client. ๐Ÿ›  [PUBDEV-6231] - In Deep Learning, fixed an issue that occurred when running one-hot-encoding on categoricals. ๐Ÿ— [PUBDEV-6262] - When running GBM in R without specifically setting a seed, users can now extract the seed that was used to build the model and reproduce that model. ๐Ÿ›  [PUBDEV-6266] - In predictions, fixed an issue that resulted in a "Categorical value out of bounds error" when calling a model. [PUBDEV-6284] - The Python API no longer reverses the labels for positive and negative values in the standardized coefficients plot legend. ๐Ÿ›  [PUBDEV-6346] - In R, fixed an issue that cause group_by mean to only calculate one column when multiple columns were specified. ๐Ÿ›  [PUBDEV-6350] - Fixed an issue that caused the confusion_matrix method to return matrices for other metrics. ๐Ÿ›  [PUBDEV-6357] - Fixed an issue that resulted in a "Categorical value out of bounds error" when calling a model using Python. [PUBDEV-6360] - Improved the error message that displays when a user attempts to modify an Enum/categorical column as if it were a string. [PUBDEV-6367] - Rows that start with a # symbol are no longer dropped during the import process. ๐Ÿ›  [PUBDEV-6368] - Fixed an SVM import failure. โœ… [PUBDEV-6376] - Fixed an issue that caused the default StackedEnsemble prediction to fail when applied to a test dataset without a response column. ๐Ÿ›  [PUBDEV-6379] - Fixed handling of BAD state in CategoricalWrapperVec.

    New Feature

    [PUBDEV-4680] - Added Blending mode to Stacked Ensembles, which can be specified with the blending_frame parameter. With Blending mode, you do not use cross-validation preds to train the metalearner. Instead you score the base models on a holdout set and use those predicted values. [PUBDEV-5801] - Model output now includes column names and types. โš™ [PUBDEV-5809] - AutoML now includes a max_runtime_secs_per_model option. ๐Ÿ‘ [PUBDEV-5925] - In GLM, added support for negative binomial family. [PUBDEV-5980] - ExposeD Java target encoding to R. [PUBDEV-6056] - For GBM and XGBoost models, users can now generate feature contributions (SHAP values). ๐Ÿ‘ [PUBDEV-6136] - Added support for Generic Models, which provide a means to use external, pretrained MOJO models in H2O for scoring. Currently only GBM, DRF, IF, and GLM MOJO models are supported. [PUBDEV-6180] - Added the blending_frame parameter to Stacked Ensembles in Flow. [PUBDEV-6196] - Added an include_algos parameter to AutoML in the R and Python APIs. Note that in Flow, users can specify exclude_algos only. [PUBDEV-6339] - In the R and Python clients, added a function that calculates the chunk size based on raw size of the data, number of CPU cores, and number of nodes. ๐Ÿ“‡ [PUBDEV-6344] - Added ability to import from Hive using metadata from Metastore. [PUBDEV-6358] - Users can now choose the database where import_sql_select creates a temporary table. ๐Ÿ‘ [PUBDEV-6365] - Added support for monotonicity constraints for binomial GBMs. [PUBDEV-6374] - Users can now define custom HTTP headers using an -add_http_header option. 0๏ธโƒฃ [PUBDEV-6386] - XGBoost MOJO now uses Java predictor by default.

    Task

    [PUBDEV-4982] - Fixed an issue that caused the pyunit_lending_club_munging_assembly_large.py and pyunit_assembly_munge_large.py tests to sometimes fail when run inside a Docker container. [PUBDEV-5876] - Simplified and improved the GLM COD implementation.

    Improvement

    ๐Ÿ‘ [PUBDEV-5491] - SQLite support is available via any JDBC driver in streaming mode. โšก๏ธ [PUBDEV-5993] - Updated Retrofit and okHttp dependecies. [PUBDEV-6129] - Target Encoding is now available in the Python client. ๐Ÿ“ฆ [PUBDEV-6176] - Moved StackedEnsembleModel to hex.ensemble packages. In prior versions, this was in a root hex package. [PUBDEV-6188] - Secret key ID and secret key are available for s3:// AWS protocol. This can be done in the R client using: h2o.setS3Credentials(accessKeyId, accesSecretKey) and in the Python client using: from h2o.persist import set_s3_credentials set_s3_credentials(access_key_id, secret_access_key) [PUBDEV-6217] - Users can now specify AWS credentials at runtime. [PUBDEV-6254] - The new blending_frame parameter is now available in AutoML. ๐Ÿ›  [PUBDEV-6334] - Fixed an error in the Javadoc for the Frame.java sort function. ๐Ÿ›  [PUBDEV-6363] - Fixed Hive delegation token generation. [PUBDEV-6388] - Reordered the algorithms train in AutoML and prioritized hardcoded XGBoost models.

    ๐Ÿ“„ Docs

    ๐Ÿšš [PUBDEV-4977] - Removed FAQ indicating that Java 9 was not yet supported. [PUBDEV-6136] - Added a "Generic Models" chapter to the Algorithms section. ๐Ÿ“š [PUBDEV-6179] - Added the blending_frame parameter to Stacked Ensembles documentation. [PUBDEV-6280] - Added information about the Negative Binomial family to the GLM booklet and the user guide. ๐Ÿ“š [PUBDV-6289] - Improved the R and Python client documentation for the sum function. [PUBDEV-6331] - Added include_algos,e xclude_algos, max_models, and max_runtime_secs_per_model examples to the Parameters appendix. ๐Ÿ“š [PUBDEV-6362] - In the User Guide and R an Python documentation, replaced references to "H2O Cloud" with "H2O Cluster". ๐ŸŽ [PUBDEV-6375] - Added information about predict_contributions to the Performance and Prediction chapter. [PUBDEV-6381] - In the GBM chapter, noted that monotone_constraints is available for Bernoulli distributions in addition to Gaussian distributions. ๐Ÿ™‹ Improved the GBM Reproducibility FAQ.

  • v3.22.1.6 Changes

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

    Bug

    [PUBDEV-6335] - In GBM, added a check to ensure that monotonicity constraints can only be used when distribution="gaussian". ๐Ÿ›  [PUBDEV-6342] - Fixed an issue that caused decreasing monotonic constraints to fail to work correctly. Min-Max bounds are now properly propagated to the subtrees.

    Improvement

    [PUBDEV-6343] - Added internal validation of monotonicity of GBM trees.

    ๐Ÿ“„ Docs

    โšก๏ธ [PUBDEV-6337] - Updated the description of monotone_constraints for GBM. This option can only be used for gaussian distributions. ๐Ÿ“š [PUBDEV-6347] - Improved documentation for the EC2 and S3 storage topic for AWS Standalone instances (http://docs.h2o.ai/h2o/latest-stable/h2o-docs/cloud-integration/ec2-and-s3.html#aws-standalone-instance).

  • v3.22.1.5 Changes

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

    Bug

    ๐Ÿ›  [PUBDEV-6283] - Fixed an issue that caused stratified_split to fail when run on same column twice. ๐Ÿ›  [PUBDEV-6290] - Fixed an error that occurred when retreiving AutoML leader model with max_models = 1 in R. ๐Ÿ›  [PUBDEV-6292] - Fixed an issue that ersulted in an extra NA row in the GLM variable importance frame. [PUBDEV-6298] - h2odriver now works correctly on MapR. [PUBDEV-6300] - Flow no longer displays an error when searching for a file without first providing a path. [PUBDEV-6303] - GBM monotonicity constraints now correctly preserves the exact monotonicity. โš  [PUBDEV-6304] - Fixed the warning message that displays for categorical data with more then 10,000,000 values. ๐Ÿ”Š [PUBDEV-6305] - Users can now download logs from R after connecting via Steam. [PUBDEV-6313] - In AutoML, created new partition rules for generating new validation and leaderboard frames when cross validation is disabled and validation/leaderboard frames are not provided: If only the validation frame is missing: training/validation = 90/10. If only the leaderboard frame is missing: training/leaderboard = 90/10. If both the validation and leaderboard frames are missing: training/validation/leaderboard = 80/10/10. ๐Ÿ“ฆ [PUBDEV-6321] - Fixed resolution of spark-shell --packages "ai.h2o:h2o-algos:<vesion>" by Spark Ivy resolver. ๐Ÿ”ง [PUBDEV-6333] - Fixed an issue that caused h2o driver to fail to start when Hive was not configured.

    Improvement

    ๐Ÿ›  [PUBDEV-6271] - In Isolation Forest, fixed an issue that caused the minimum and maximum path length to not be correctly calculated when there are no OOB observations. [PUBDEV-6294] - A check_constant_response option is available in DRF and GBM. When enabled (default), then an exception is thrown if the response column is a constant value.

    ๐Ÿ“„ Docs

    [PUBDEV-5554] - When running XGBoost on Hadoop, recommend that users set -extramempercent to 120. [PUBDEV-6287] - Added the new check_constant_response option to the GBM and DRF chapters. Also added an example usage to the Parameters Appendix. ๐ŸŽ [PUBDEV-6301] - Added a description of the AUCPR metric to the Model Performance section in the User Guide. ๐Ÿ›  [PUBDEV-6314] - Fixed the Random Grid Search in Python example in the Grid Search chapter.