Skip to content

In this notebook, I'm using this dataset called 'flight-price-prediction', which contains the traveller information.In this notebook, I'm trying to run a dummy variable regression model at first, and after that, I'm trying to build a supervised ML Model with higher accuracy of predation.

Notifications You must be signed in to change notification settings

SaurabhPoman96/Flight-Price-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flight-Price-Prediction

Problem Statement

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 travelers saying that flight ticket prices are so unpredictable. 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

About

In this notebook, I'm using this dataset called 'flight-price-prediction', which contains the traveller information.In this notebook, I'm trying to run a dummy variable regression model at first, and after that, I'm trying to build a supervised ML Model with higher accuracy of predation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published