Skip to content

Nellutla123/flight-prediction-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

flight-prediction-analysis

Analyzing the dataset and implementing Feature Engineering Techniques The various features of the cleaned dataset are explained below:

  1. Airline: The name of the airline company is stored in the airline column. It is a categorical feature having 6 different airlines.
  2. Flight: Flight stores information regarding the plane's flight code. It is a categorical feature.
  3. Source City: City from which the flight takes off. It is a categorical feature having 6 unique cities.
  4. Departure Time: This is a derived categorical feature obtained created by grouping time periods into bins. It stores information about the departure time and have 6 unique time labels.
  5. Stops: A categorical feature with 3 distinct values that stores the number of stops between the source and destination cities.
  6. Arrival Time: This is a derived categorical feature created by grouping time intervals into bins. It has six distinct time labels and keeps information about the arrival time.
  7. Destination City: City where the flight will land. It is a categorical feature having 6 unique cities.
  8. Class: A categorical feature that contains information on seat class; it has two distinct values: Business and Economy.
  9. Duration: A continuous feature that displays the overall amount of time it takes to travel between cities in hours. 10)Days Left: This is a derived characteristic that is calculated by subtracting the trip date by the booking date.
  10. Price: Target variable stores information of the ticket price.

About

Analyzing the dataset and implementing Feature Engineering Techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published