Skip to content

melllinia/FlightPricePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Price Prediction Project

Overview

This project aims to perform exploratory data analysis (EDA) and develop machine learning models for predicting flight prices between cities. The goal is to analyze historical flight data, identify patterns, and build regression models to accurately predict flight prices.

Dataset

The dataset used in this project contains historical flight information, including details such as departure city, destination city, departure time, arrival time, airline, and ticket price.

Project Structure

• data/: Directory containing the dataset files.
• notebooks/: Jupyter notebooks for exploratory data analysis and model development.
  • data_cleaning_visualization.ipynb: Notebook for EDA.
  • price_prediction.ipynb: Notebook for model development and evaluation.
• README.md: Project overview and instructions.

Exploratory Data Analysis (EDA)

The EDA notebook explores the dataset to gain insights into the features, distributions, correlations, and any other relevant patterns. Visualizations and statistical summaries are used to understand the data better.

Model Development

The model development notebook focuses on building machine learning models for predicting flight prices. Various regression algorithms such as Linear Regression, Ridge Regression, KNN are explored and evaluated for their performance.

Requirements

The project requires Python 3.x and the following libraries:

  • pandas
  • numpy
  • scikit-learn
  • matplotlib
  • seaborn
  • geopandas
  • jupyter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published