Metadata-Version: 2.4
Name: appdomain
Version: 0.1.1
Summary: A package for Applicability Domain methods (KNN, LOF, OCSVM, iForest)
Home-page: https://github.com/Jugais/applicabilitydomain.git
Author: Jugais
Author-email: runaboosriddare@gmail.com
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"

# appdomain

A Python package implementing various Applicability Domain (AD) methods such as
kNN, LOF, OneClassSVM, and ensemble consensus for outlier detection.

## Installation

```bash
pip install .
