Partial Dependence Plots
Partial dependence plots visualize the change in inference results for every feature,
as the value for that feature is changed to different valid values.
For numeric features, you can set the minimum and maximum values to plot.
For string features, the most popular feature values are shown as alternatives to
the feature value for the selected example.
For features with multiple feature values per example, a single plot is shown for for
each feature value in the selected example. You can override which feature values have
plots created for them by specifying the indices to shown partial dependence plots for,
if the example contains multiple feature values for a feature.