sdf_residuals: Model Residuals

View source: R/ml_utils.R

sdf_residuals.ml_model_generalized_linear_regressionR Documentation

Model Residuals

Description

This generic method returns a Spark DataFrame with model residuals added as a column to the model training data.

Usage

## S3 method for class 'ml_model_generalized_linear_regression'
sdf_residuals(
  object,
  type = c("deviance", "pearson", "working", "response"),
  ...
)

## S3 method for class 'ml_model_linear_regression'
sdf_residuals(object, ...)

sdf_residuals(object, ...)

Arguments

object

Spark ML model object.

type

type of residuals which should be returned.

...

additional arguments


rstudio/sparklyr documentation built on March 29, 2024, 3:30 p.m.