1. 学习
  2. /
  3. 课程
  4. /
  5. Modeling with tidymodels in R

Connected

练习

Exploring tuning results

The collect_metrics() function is able to produce a detailed tibble of tuning results from a tuning object. Since this function returns a tibble, it works well with the dplyr package for further data exploration and analysis.

In this exercise, you will explore your tuning results, dt_tuning, to gain further insights into your hyperparameter tuning.

Your dt_tuning object has been loaded into this session.

说明 1 / 共 2 个

undefined XP
    1
    2
  • Extract the detailed tuning results from your dt_tuning object.