Skip to main content

Implementation of Auto Associative Kernel Regression (AAKR)

Project description

aakr

Build Status

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


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.dev3.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page