Experiment - Label encoding
Problem:You have a dataset with categorical labels like colors: ['red', 'green', 'blue', 'green', 'red']. You want to convert these text labels into numbers so a machine learning model can understand them.
Current Metrics:N/A - The problem is about data preprocessing, not model accuracy yet.
Issue:The model cannot work directly with text labels. Without encoding, it will throw errors or perform poorly.