Time Series Anomaly Detection Methods
This page provides an overview of the anomaly detection methods available in the AI-DAPT Data Cleaning Engine for time series data.
Each method identifies anomalous or erroneous values in a time series and replaces them with NaN, enabling explicit handling in subsequent processing steps.
All methods operate on numerical time series data.
e2e_ppg
Detects anomalies using the one-class SVM algorithm from the E2E-PPG repository.
Parameters
-
df (
pd.DataFrame) Input DataFrame containing numerical values. -
signal_column (
str) Name of the column containing the PPG signal used for anomaly detection. -
sampling_rate (
int, optional) Sampling rate of the PPG signal. Default:20 -
filter_signal (
bool, optional) Whether the signal has been filtered using a bandpass filter. Default:true