periomod.data Overview¶
The periomod.data module contains classes for data loading, preprocessing, and transformation within the periomod pipeline.
Available Components¶
| Component | Description |
|---|---|
| BaseLoader | Base class for loading data. |
| BaseProcessor | Base class for data preprocessing and transformation. |
| StaticProcessEngine | Engine for static data processing steps. |
| ProcessDataHelper | Helper functions for data transformation and preparation. |
| BaseDataLoader | Core class for data loading configuration. |
| ProcessedDataLoader | Data loader for fully processed data, ready for analysis. |