The parameter object contains unknowns.

The parameter object contains unknowns.
How can I visualize the unknowns from a parameter-object?

I try presumably to finalize mtry()....
Older code allowed this:

finalParams <- model_spec %>% dials::parameters() %>% finalize(x=trainPart)

finalParams <- model_spec %>% hardhat::extract_parameter_set_dials() %>%
finalize(x=trainPart)

None of them works, so I try to visualize the unknowns.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.