Installation

Requirements

  • Python >= 3.8

  • PyTorch >= 1.9

  • NumPy

  • pandas

  • scikit-learn

Install from PyPI

pip install nnapprox[torch]

Install from source

git clone https://github.com/zierenberg/nnapprox.git
cd nnapprox
pip install -e .

Optional Dependencies

For custom transform serialization:

pip install cloudpickle