
Last chance! 50% off unlimited learning
Sale ends in
Extracts a metric from the summary object of a Spark ML model.
ml_summary(x, metric = NULL, allow_null = FALSE)
A Spark ML model that has a summary.
The name of the metric to extract. If not set, returns the summary object.
Whether null results are allowed when the metric is not found in the summary.