pdmlabs.preprocessing.record_level

pdmlabs.preprocessing.record_level#

Modules

aggregator

Time-series aggregation preprocessor for temporal downsampling.

default

Identity/passthrough preprocessor that applies no transformations.

feature_selector

Feature selection preprocessor for dimensionality reduction.

min_max_scaler

Min-Max scaling preprocessor for normalizing features to [0, 1] range.

min_max_scaler_cheat

Min-Max scaling preprocessor that fits on test data (data leakage variant).

record_level_pre_processor

Interface definition for record-level (feature-level) preprocessing components.

windowing

Sliding window preprocessing for transforming univariate time series into multivariate windows.