Description Usage Arguments Details
View source: R/tune-hyperparameters.R
Tune a subset of hyperparameters
1 | tune_hyperparameters(self)
|
self |
Metaflow state variable |
This step is split in the flow so that separate instances can evaluate different combinations of hyperparameters indepentently of one another.
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 collect_metrics
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.