Generates Individual Conditional Expectation (ICE) plots for selected features
using the `pdp` package (ggplot2 engine), and returns both the underlying data
and the plot object.
Usage
plot_ice(object, features, ...)
Value
A list with two elements: `data` (the ICE data frame) and `plot` (the ggplot object).