Skip to contents

Creates and validates a BatchBirdFlowTrainer() object for a single species, bundling preprocessed eBird Status & Trends inputs and all parameters required for downstream grid search and model fitting.

Usage

BatchBirdFlowTrainer(species, ...)

Arguments

species

Character scalar. eBird species code or name resolvable by ebirdst::get_species().

...

Additional arguments forwarded to new_BatchBirdFlowTrainer() (and ultimately to set_pipeline_params() and preprocessing).

Value

A BatchBirdFlowTrainer() object (invisible).

Examples

if (FALSE) { # \dontrun{
trainer <- BatchBirdFlowTrainer("amewoo", res = 150, truncate_season = TRUE)
} # }