PURPOSE

The purpose of this project is to provide a data-driven approach to tackle the challenge of unpredictable flight prices. By analyzing historical data and identifying key factors influencing ticket fares, the model aims to improve transparency in flight pricing, reduce uncertainty for travelers, and help users save money by making smarter booking decisions.

OVERVIEW

Air travel plays a crucial role in global tourism and economic growth, yet travelers often struggle with the uncertainty of fluctuating ticket prices. The Flight Fare Prediction Model leverages Machine Learning to predict flight prices based on various factors, such as airline type, route, travel dates, and number of stops. This predictive solution empowers users to make better-informed travel decisions by identifying price trends and recommending optimal times to purchase tickets.

OBJECTIVE

The primary objective is to build a robust predictive model that accurately forecasts flight fares using advanced Machine Learning techniques. The project focuses on feature selection, model optimization, and evaluation to achieve high accuracy and actionable insights. Additionally, the model seeks to categorize days as "good" or "bad" for purchasing tickets based on fare predictions relative to average prices.

Analysis Summary

Model Results

Target Variable

Price being the target variable of the data frame is broken down into three categories.

  • Around Avg

  • Below Avg

  • Above Avg

    Anything 10% Above Avg will be considered a bad day, Compared to that anything below the 10% Below Avg price will be considered a good day.

Decision Tree Results

KNN- Classifier

Ridge Regression

Lasso Regression

Next
Next

Credit Card Fraud Detection