A Python library for performing outlier detection / implementing open-set classification in high-dimensional data.
The project is still in development. Until there is official PyPI release, one may install the module the following way:
pip install git+https://github.com/sdatko/PyOpenSet.git@master
For development purposes it may be easier to clone the repository and install the editable version of this module:
pip install -e /path/to/the/clonned/repository
See the files in examples/
directory for reference.
Call tox
to run the default test suite in this repository.