Overview of lightautoml.transformers
masterThe lightautoml.transformers module provides basic feature generation steps and helper utilities for automated machine learning. It is organized into specialized categories based on the data type being transformed:
- Base Classes: Core logic for transformer composition and dataset manipulation.
- Numeric: Transformations for continuous and discrete numerical data.
- Categorical: Encoders and intersection tools for categorical features.
- Datetime: Feature extraction from temporal data.
- Decompositions: Dimensionality reduction techniques.
- Text: NLP-related transformations and wrappers.
- Image: Computer vision feature extraction and wrappers.