luminaire icon indicating copy to clipboard operation
luminaire copied to clipboard

Missing data or second level

Open soroosh-rz opened this issue 1 year ago • 2 comments

Hi there,

I have a question rather than any specific issues. I wonder if this library can work with missing points/date during training stage? and what about anomaly detection at seconds level data? I will appreciate your response

soroosh-rz avatar Sep 02 '22 20:09 soroosh-rz

@soroosh-rz Luminaire handles missing data based on user specifications. Luminaire DataExploration module can be used to perform smoothing-based imputation before training. Please refer to this link for further details.

Luminaire approaches anomaly detection based on the frequency of observations. Structural OR filtering modules can be used for low-frequency observation up to per hour. Luminaire has a separate WindowDensityModel which performs window-based anomaly detection which is more suitable for high-frequency data (per second, per minute, etc). This module is quite flexible though and can handle data at any frequency.

sayanchk avatar Sep 03 '22 06:09 sayanchk

Just as a quick note, Luminaire has different profiling options for point-based outlier detection and for window-based anomaly detection. The profiling performs all necessary sanity checks (change points, trend shifts etc) for the data and applies fixes (missing data imputations, log transforms etc) to prepare the data for training. Please refer to the links above for more information.

sayanchk avatar Sep 03 '22 06:09 sayanchk