InstallationΒΆ

The PySAD framework can be installed via:

pip install -U pysad

Alternatively, you can install the library directly using the source code in Github repository by:

git clone https://github.com/selimfirat/pysad.git
cd pysad
pip install .

Required Dependencies:

  • Python 3.8

  • numpy==1.23.5

  • scikit-learn>=1.3.0

  • scipy==1.10.0

  • pyod==1.1.0

  • combo==0.1.3

Optional Dependencies: