Description Usage Arguments Value
This function ensures that the optional test set size is valid. The optional test set size is used to identify the best performing model inside the h2o.automl procedure. If the argument is invalid, the function throws an error.
1 | check_tmp_test_set_size(tmp_test_set_size)
|
tmp_test_set_size |
An integer, size of the second test set (used in the automl_h2o procedure) |
tmp_test_set_size: a positive integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.