Plotly-native feature attribution plots — model-agnostic.
Built on sklearn primitives (permutation_importance,
partial_dependence) so they work with any fitted estimator without
requiring SHAP. SHAP-based plots will be added as an optional layer
(install via pip install pycaret[explain]).
Functions:
permutation_importance— drop-in replacement for the legacy feature-importance plot, but works on any model (not just trees).partial_dependence— 1-D / 2-D PDP showing how the model output changes with one or two features.ice_curve— individual conditional expectation; per-row PDP trajectories with the average overlaid.