Reports which parameters the full-data tuning run selected, says where this model's performance estimate actually comes from, and names the accessors that reach what selection saw.
No performance number is shown. The tuning run stored on the object has
metrics, but they were consumed by selection and are optimistically biased as
a claim about this model; the nested estimate from nested_tune_grid() is
the one to report (IP3).
Usage
# S3 method for class 'nested_final_fit'
print(x, ...)Arguments
- x
A
nested_final_fitobject fromnested_final_fit().- ...
Not used.