Gives prediction curve for all specified features in the plotter object
predict_PDP.1D.Plotter(object, features = NULL, save = TRUE)A list of data frames with the grid points and PDP prediction values for each feature in object
The Interpreter object to plot PDP curves for.
A vector with the names of the features to predict ICE plots for
A boolean indicator to indicate whether the calculations should be saved in the interpreter object or not. This can help reduce computation if the PDP functions are used many times, but requires additional memory to store the predictions. By default, this is set to TRUE.
predict_PDP.1D.Plotter