Skip to main content
Install FPDE in the Python environment where you train or run your classifier. The PyPI distribution name and import package are both fpde.

Requirements

  • Python 3.12 or newer
  • NumPy
  • scikit-learn
FPDE uses class probabilities for model-driven workflows. Pass a fitted classifier that implements predict_proba and exposes classes_.

Install from PyPI

Verify the install

If the import succeeds, you are ready to run the quickstart.

Install for local development

Clone the source repository and install the package in editable mode.
Run the package tests from the source checkout.
Keep documentation examples aligned with the stable PyPI release unless you explicitly document a development checkout.