Skip to contents

Print an ALE object.

Arguments

x

An object of class ALE.

...

Additional arguments (currently not used).

Value

Invisibly returns x.

Examples

lm_cars <- stats::lm(mpg ~ ., mtcars)
ale_cars <- ALE(lm_cars, parallel = 0)
print(ale_cars)
#> 'ALE' object of the lm_cars model on a 32x10 dataset.