iter_seeds: Iterate and Search for Best Seed
Description
This functions lets the user iterate and search for best seed. Note that if
the results change a lot, you are having a high variance in your data.
Usage
iter_seeds(df, tries = 10)
Arguments
df
Dataframe. Dataframe with all your data you wish to model (see h2o_automl's df)
tries
Integer. How many seed do you wish to try?