This repository contains the Mintlify documentation site for Feature Prototype Direction Explainer (FPDE).
FPDE is a Python package for prototype-contrast feature attribution. It explains classification results by comparing an input with a target-class prototype and a rival-class prototype.
Install the Mintlify CLI:
npm i -g mintRun the local preview from the repository root:
mint devView the preview at http://localhost:3000.
Run link and build checks before publishing:
mint broken-links
mint validate