Fits the best model (output of selectBestModel()).

fitBestModel(final_mod, train_data)

Arguments

final_mod

Best model workflow (output of selectBestModel())

train_data

The part of the pangenome data designated for ML model training. This can be the output of rsample::training(splitMLInputTibble(ml_input_tibble)).

Value

Best model fit