Learn R Programming

drifter (version 0.2.1)

print.covariate_drift: Print Covariate Drift Data Frame

Description

Print Covariate Drift Data Frame

Usage

# S3 method for 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

Run this code
# NOT RUN {
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

# }

Run the code above in your browser using DataLab