An open API service indexing awesome lists of open source software.

https://github.com/sdatko/pyopenset

A Python library for performing outlier detection / implementing open-set classification in high-dimensional data.
https://github.com/sdatko/pyopenset

Last synced: about 1 year ago
JSON representation

A Python library for performing outlier detection / implementing open-set classification in high-dimensional data.

Awesome Lists containing this project

README

          

# PyOpenSet

![](https://github.com/sdatko/PyOpenSet/workflows/tests/badge.svg)

A Python library for performing outlier detection
/ implementing open-set classification in high-dimensional data.

## Install

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
```

## Usage

See the files in `examples/` directory for reference.

## Tests

Call `tox` to run the default test suite in this repository.