define_elastic_net_spec: Define Elastic Net Model Specification
Description
Define Elastic Net Model Specification
Usage
define_elastic_net_spec(task, tune = FALSE)
Value
List containing the model specification (`model_spec`).
Arguments
- task
Character string specifying the task type ("regression").
- tune
Logical indicating whether to use tuning parameters.