tl_plot_tuning_results: Plot hyperparameter tuning results

View source: R/tuning.R

tl_plot_tuning_resultsR Documentation

Plot hyperparameter tuning results

Description

Plot hyperparameter tuning results

Usage

tl_plot_tuning_results(
  model,
  top_n = 5,
  param1 = NULL,
  param2 = NULL,
  plot_type = "scatter"
)

Arguments

model

A tidylearn model object with tuning results

top_n

Number of top parameter sets to highlight

param1

First parameter to plot (for 2D grid or scatter plots)

param2

Second parameter to plot (for 2D grid or scatter plots)

plot_type

Type of plot: "scatter", "grid", "parallel", "importance"

Value

A ggplot object


tidylearn documentation built on Feb. 6, 2026, 5:07 p.m.