get_tuned_params | R Documentation |
Get the best parameters after tuning with CCI.tuner
get_tuned_params(tuned_model)
tuned_model |
A model object returned from the CCI.pretuner function. This object contains the tuned parameters and other relevant information. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.