Experiment - Text preprocessing pipelines
Problem:You have a text classification model but it performs poorly because the input text is noisy and inconsistent.
Current Metrics:Training accuracy: 92%, Validation accuracy: 68%
Issue:The model is overfitting due to noisy text data and inconsistent preprocessing steps.
