Skip to content

palashmoon/Flight-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Flight-price-prediction

Introduction

Flight ticket prices can be something hard to guess, today we might see a price, check out the price of the same flight tomorrow, it will be a different story. We might have often heard travellers saying that flight ticket prices are so unpredictable. Huh! Here we take on the challenge! As data scientists, we are gonna prove that given the right data anything can be predicted. Here you will be provided with prices of flight tickets for various airlines between the months of March and June of 2019 and between various cities.

Size of training set : 10683 records
Size of test set: 2671 records
FEATURES: Airline: The name of the airline.
Date_of_Journey: The date of the journey
Source: The source from which the service begins.
Destination: The destination where the service ends.
Route: The route taken by the flight to reach the destination.
Dep_Time: The time when the journey starts from the source.
Arrival_Time: Time of arrival at the destination.
Duration: Total duration of the flight.
Total_Stops: Total stops between the source and destination.
Additional_Info: Additional information about the flight.
Price: The price of the ticket.

Prerequisites

you need to install the following software libraries in your machine before running this projects.
1. Python3
2. Anaconda:It will install ipython notebook and most of the libraries which are needed like sklearn, pandas, seaborn, matplotlib, numpy.

Installing:

1. Python 3 :(https://www.python.org/downloads/)
2. Anaconda :(https://www.anaconda.com/download/)

Build With

1. ipython-notebook - Python Text Editor
2. sklearn - Machine Learning Library
3. Seaborn, matplotlib.pyplot - Visualization Libaries
4. numpy - Numeric python library
5. Pandas - Data handling and Manipulating Library.
6. RandomForestRegressor - Used for making Machine Learning models.

Authors:

Palash Moon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published