Tourism Package Purchase Prediction Model
This model predicts whether a customer will purchase a Wellness Tourism Package.
Model Details
- Algorithm: Random Forest Classifier
- Hyperparameters: {'n_estimators': 100, 'max_depth': 20, 'min_samples_split': 2}
- Test ROC-AUC: 0.9675
- Test Accuracy: 0.9044
How to Use
Load the pickle file and call predict() or predict_proba().