Experiment - Feature selection methods
Problem:You have a dataset with many features, but some are not useful or even harmful for your model. This can make the model slow and less accurate.
Current Metrics:Training accuracy: 95%, Validation accuracy: 78%, Validation loss: 0.65
Issue:The model is overfitting because it uses too many irrelevant features. Validation accuracy is much lower than training accuracy.