Initialize a batch trainer (low-level constructor)
new_BatchBirdFlowTrainer.RdBuilds a BatchBirdFlowTrainer() by (1) collecting pipeline parameters,
(2) preprocessing species inputs via BirdFlowR::preprocess_species(),
and (3) assembling the trainer object.
Arguments
- species
Character scalar, species code or name.
- ...
Passed to
set_pipeline_params()(e.g.,res,season,clip,crs,skip_quality_checks, etc.).
Value
A BatchBirdFlowTrainer() object with elements:
bf– result ofBirdFlowR::preprocess_species()params– enriched parameter list produced bypreprocess_species_wrapper()