Get the best parameters after tuning with CCI.tuner
get_tuned_params(tuned_model)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.
A model object returned from the CCI.pretuner function. This object contains the tuned parameters and other relevant information.