-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I was running the following code:
final_model(species_name = species[1],
algorithms = NULL, #if null it will take all the algorithms in disk
models_dir = test_folder,
which_models = c("raw_mean",
"bin_mean",
"bin_consensus"),
consensus_level = 0.5,
uncertainty = TRUE,
overwrite = TRUE)
ens <- ensemble_model
However, I found the following error
Error in final_model(species_name = species[1], algorithms = NULL, models_dir = test_folder, :
could not find function "final_model"
Error in ensemble_model(species_name = species[1], occurrences = occs, :
could not find function "ensemble_model"
I need your help on how to fix this issue.
Metadata
Metadata
Assignees
Labels
No labels