ComeçarComece de graça

Finalizing a workflow

To incorporate hyperparameter tuning into your modeling process, an optimal hyperparameter combination must be selected based on the average value of a performance metric. Then you will be able to finalize your tuning workflow and fit your final model.

In this exercise, you will explore the best performing models from your hyperparameter tuning and finalize your tuning workflow object.

The dt_tuning and loans_tune_wkfl objects from your previous session have been loaded into your environment.

Este exercício faz parte do curso

Modeling with tidymodels in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Display 5 best performing models
dt_tuning %>% 
  ___(metric = ___, n = ___)
Editar e executar o código