Open Internet by MindsNet
Encoding Multiclass Classification Variables
The user needs to preprocess a CSV dataset for multiclass classification with XGBoost, but is unsure how to encode both the target and feature variables effectively. The feature variables contain a mix of numerical and categorical values, while the target variable contains multiple categorical values. The user seeks advice on whether to use one-hot encoding or a different method for the target variable.
Computing & Technology, Computer Science, Machine Learning