Experiment - Gradient Boosting (GBM)
Problem:We want to predict if a customer will buy a product based on their features using Gradient Boosting. The current model fits the training data very well but performs poorly on new data.
Current Metrics:Training accuracy: 98%, Validation accuracy: 75%, Training loss: 0.05, Validation loss: 0.45
Issue:The model is overfitting: it learns the training data too well but does not generalize to new data.