What is the role of data preprocessing in AI?
Data preprocessing involves cleaning and transforming raw data into a usable format for AI models. It includes steps like handling missing data, normalization, and encoding categorical variables, ensuring the data is suitable for machine learning.