View source: R/ml_pipeline_utils.R
ml_summary | R Documentation |
Extracts a metric from the summary object of a Spark ML model.
ml_summary(x, metric = NULL, allow_null = FALSE)
x |
A Spark ML model that has a summary. |
metric |
The name of the metric to extract. If not set, returns the summary object. |
allow_null |
Whether null results are allowed when the metric is not found in the summary. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.