{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n# Advanced Plotting With Partial Dependence\nThe :class:`~sklearn.inspection.PartialDependenceDisplay` object can be used\nfor plotting without needing to recalculate the partial dependence. In this\nexample, we show how to plot partial dependence plots and how to quickly\ncustomize the plot with the visualization API.\n\n
See also `sphx_glr_auto_examples_miscellaneous_plot_roc_curve_visualization_api.py`