View source: R/extract_summary.R
extract_fit_summary | R Documentation |
S3 method to get fitted model summary info depending on engine
extract_fit_summary(object, ...)
object |
a fitted cluster_spec object |
... |
other arguments passed to methods |
A list with various summary elements
kmeans_spec <- k_means(k = 5) %>% set_engine_celery("stats") kmeans_fit <- fit(kmeans_spec, ~., mtcars) kmeans_fit %>% extract_fit_summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.