arrow-left Back to projects

Machine Learning for Airline Ticket Price Prediction

Machine Learning Project image

Overview

As part of my Computational Economics coursework, I developed a predictive model to estimate airline ticket prices using a dataset of 140,000 observations with attributes such as departure/arrival airports, dates, airlines, flight duration, stops, cabin class, and distance. The course emphasized working with computer implementations and numerical methods to conduct quantitative research in economics, and this project applied those skills to an airline pricing context.

Approach

Results

Submitted predictions on the unseen test set (final_test.csv) and achieved a top 5 R² score in the class (R² = 0.641).

R² = 0.641

Top 5 in class

140,000

Training Observations

Key Takeaways