The technique that converts categorical variables into numerical format for ML models is called ________ Encoding.
- -a
- Red Team / Penetration
- P4 / Programmable
- Label / One-Hot
Answer: Label / One-Hot
Categorical encoding: label encoding for ordinal variables, one-hot for nominal, target encoding for high-cardinality. Choice impacts model performance and interpretability.