Construct a batch BirdFlow trainer
BatchBirdFlowTrainer.RdCreates 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.
Arguments
- species
Character scalar. eBird species code or name resolvable by
ebirdst::get_species().- ...
Additional arguments forwarded to
new_BatchBirdFlowTrainer()(and ultimately toset_pipeline_params()and preprocessing).