do_rf_list: Runs a list of configs

Description Usage Arguments Value See Also

View source: R/do_rf.R

Description

Runs a list of configs

Usage

1
do_rf_list(list_of_configs, store, description, ...)

Arguments

list_of_configs

a list of configs to run

store

a local store containing all the data needed for the run

description

of the models. Will be saved in statistics.yml and a run file with the stats from all models with sanitized desription as file name is created in output_dir.

...

Arguments passed on to do_rf

config

in list form from yaml::read_yaml()

n_trees

Priority order is: argument n_trees > config$n_trees > default 500

n_samples

Priority order is: argument n_samples > config$n_samples > default 50

prepare_data_only

only prepare the data and then return

output_dir

if not NULL all data will be saved under output_dir\config$site\xxhash64 (xxhash64 is calculated from the return value from rmweather::rmw_do_all() with digest::digest())

Value

list of results from do_rf

See Also

rmweather::rmw_do_all(), do_rf()


ugzvot/rOstluft.rmweather documentation built on May 5, 2020, 9:27 a.m.