Basemodels-tidymodels wrappers
Details
These wrapper functions are designed to interface with the {tidymodels}
ecosystem, particularly for use with tune::tune_grid() and workflows.
They handle the conversion of tuning parameters (especially list-column
parameters from grid_depth()) into the format expected by ffnn() and rnn().
FFNN (MLP) Wrapper for {tidymodels} interface
This is a function to interface into {tidymodels}
(do not use this, use kindling::ffnn() instead).
RNN Wrapper for {tidymodels} interface
This is a function to interface into {tidymodels}
(do not use this, use kindling::rnn() instead).
