Description Usage Arguments Details
View source: R/train-final-model.R
Compare hyperparameter performance and train a final model
1 | train_final_model(self, inputs)
|
self |
Metaflow state variable |
inputs |
Inputs from the previous split Metaflow steps |
This step is join in the flow, and so must first reduce the various hyperparameter evaluations produced in the previous steps and merge the other variables.
It appears as though Metaflow struggles with nested tibbles, likely due to
a restriction with reticulate/Python. This prevents us from using the
tuning results from tune
directly, so we have to use a custom
select_best_hyperparameters
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.