เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

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.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Modeling with tidymodels in R

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Collect detailed tuning results
dt_tuning_results <- ___ %>% 
  ___(___)

dt_tuning_results
แก้ไขและรันโค้ด