extract_tunable_params: Extract Tunable Parameters from Model Specifications
Description
Extract a list of tunable parameters from the .model_spec column
of a tidyaml_mod_spec_tbl.
Usage
extract_tunable_params(.model_tbl)
Value
A list of tibbles, each containing the tunable parameters for a model.
Arguments
.model_tbl
A model table with a class of tidyaml_mod_spec_tbl.
Details
This function iterates over the .model_spec column of a model table
and extracts tunable parameters for each model using tunable(). The result
is a list that can be further processed into a tibble if needed.
See Also
Other Extractor:
extract_model_spec(),
extract_regression_residuals(),
extract_wflw(),
extract_wflw_fit(),
extract_wflw_pred(),
get_model()