This generic method returns a Spark DataFrame with model residuals added as a column to the model training data.
# S3 method for ml_model_generalized_linear_regression
sdf_residuals(
object,
type = c("deviance", "pearson", "working", "response"),
...
)# S3 method for ml_model_linear_regression
sdf_residuals(object, ...)
sdf_residuals(object, ...)
Spark ML model object.
type of residuals which should be returned.
additional arguments