fpde.
Requirements
- Python 3.12 or newer
- NumPy
- scikit-learn
predict_proba and exposes classes_.
Install from PyPI
- pip
- uv
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install FPDE from PyPI or from a local repository checkout
fpde.
predict_proba and exposes classes_.
python -m pip install fpde
uv add fpde
import fpde
from fpde import FPDEEngine
print(FPDEEngine)
git clone https://github.com/fpde-xai/fpde.git
cd fpde
python -m pip install -e .
python -m pytest