Nothing
Code
finalize_model_tidyclust("not a spec", data.frame(num_clusters = 5))
Condition
Error in `finalize_model_tidyclust()`:
! `x` should be a tidyclust model specification.
Code
. <- finalize_model_tidyclust(spec, params)
Condition
Warning:
`finalize_model_tidyclust()` was deprecated in tidyclust 0.3.0.
i Please use `tune::finalize_model()` instead.
Code
finalize_workflow_tidyclust("not a workflow", data.frame(num_clusters = 5))
Condition
Error in `finalize_workflow_tidyclust()`:
! `x` should be a string
Code
. <- finalize_workflow_tidyclust(wf, params)
Condition
Warning:
`finalize_workflow_tidyclust()` was deprecated in tidyclust 0.3.0.
i Please use `tune::finalize_workflow()` instead.
Warning:
`finalize_model_tidyclust()` was deprecated in tidyclust 0.3.0.
i Please use `tune::finalize_model()` instead.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.