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.
segmentsEquipmentDescription
).
travelDuration
from
string format to total minutes.
dayDifference
(days between
search date and flight date)
connections
(number of
layovers)
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