define_elastic_net_spec {fastml} | R Documentation |
Define Elastic Net Model Specification
Description
Define Elastic Net Model Specification
Usage
define_elastic_net_spec(task, tune = FALSE)
Arguments
task |
Character string specifying the task type ("regression"). |
tune |
Logical indicating whether to use tuning parameters. |
Value
List containing the model specification ('model_spec').
[Package fastml version 0.2.0 Index]