Implementation of Auto Associative Kernel Regression (AAKR)
Project description
aakr
Python implementation of the Auto-Associative Kernel Regression (AAKR). The algorithm is suitable for signal reconstruction, which further be used for e.g. condition monitoring or anomaly detection.
Installation
pip install aakr
Example usage
Give examples of normal conditions as pandas DataFrame or numpy array.
from aakr import AAKR
aakr = AAKR()
aakr.fit(X_obs_nc)
Predict normal condition for given observations.
X_nc = aakr.predict(X_obs)
References
Jesse Myrberg (jesse.myrberg@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aakr-0.0.1.dev2.tar.gz
(3.7 kB
view details)
File details
Details for the file aakr-0.0.1.dev2.tar.gz
.
File metadata
- Download URL: aakr-0.0.1.dev2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebd7039404d0836a9ea32d853d17b2fead0a1b42faf37bb422d6f4e4eed006d8 |
|
MD5 | 2316aca53ebafd7dbbf10ae839cfa23a |
|
BLAKE2b-256 | 18d8dc0c617be4684aeef89f4c13dd65134f2d13fdfe4423394af19c8ac1f3fc |