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.
- Host: GitHub
- URL: https://github.com/sdatko/pyopenset
- Owner: sdatko
- License: mit
- Created: 2022-11-21T22:20:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T18:05:59.000Z (about 2 years ago)
- Last Synced: 2025-04-04T05:25:52.799Z (about 1 year ago)
- Language: Python
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyOpenSet

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.