print.covariate_drift: Print Covariate Drift Data Frame

Description Usage Arguments Value Examples

Description

Print Covariate Drift Data Frame

Usage

1
2
## S3 method for class 'covariate_drift'
print(x, max_length = 25, ...)

Arguments

x

an object of the class 'covariate_drift'

max_length

length of the first column, by default 25

...

other arguments, currently ignored

Value

this function prints a data frame with a nicer format

Examples

1
2
3
4
5
6
7
library("DALEX")
# here we do not have any drift
d <- calculate_covariate_drift(apartments, apartments_test)
d
# here we do have drift
d <- calculate_covariate_drift(dragons, dragons_test)
d

drifter documentation built on May 31, 2019, 5:04 p.m.