get_tuned_params: Get the best parameters after tuning with CCI.tuner

View source: R/utils.R

get_tuned_paramsR Documentation

Get the best parameters after tuning with CCI.tuner

Description

Get the best parameters after tuning with CCI.tuner

Usage

get_tuned_params(tuned_model)

Arguments

tuned_model

A model object returned from the CCI.pretuner function. This object contains the tuned parameters and other relevant information.

Value

A named list of tuned parameters specific to the model method (e.g., mtry for random forest, eta, max_depth for xgboost). Returns NULL for unsupported methods.


CCI documentation built on Aug. 29, 2025, 5:17 p.m.