preprocessings
Preprocessings refer to the set of operations applied to raw data before analysis, modeling, or interpretation. The goal is to improve data quality, consistency, and the suitability of data representations for downstream tasks. Preprocessings are used across many domains, including machine learning, statistics, image processing, natural language processing, and signal processing.
Common preprocessings include cleaning, normalization, transformation, encoding, and reduction. Specific tasks include handling missing values (imputation
Preprocessings are usually implemented within data pipelines that apply transformations consistently to training, validation, and test