Airlines Customer Satisfaction Prediction
Decision Trees, Random Forest, and Gradient Boosting
Classification Model
Decision Trees, Random Forest, and Gradient Boosting
Classification Model
The airline is interested in predicting whether a future customer would be satisfied with their services given previous customer feedback about their flight experience. The airline would like you to construct and evaluate a model that can accomplish this goal. Specifically, they are interested in knowing which features are most important to customer satisfaction. The data for this activity includes survey responses from 129,880 customers. It includes data points such as class, flight distance, and in-flight entertainment, among others. Tree based models were built to predict whether or not a customer will be satisfied with their flight experience.
All the files related to this project are available at Github.com/nitin6753/Customer_Satisfaction_Prediction
Feature Importance
Model Comparison: Validation and Test data
Confusion Matrix