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