flight_ticket_prediction_ML-ANN-_Streamlit_Frontend

the dataset is obtained from Kaggle. the URL: https://www.kaggle.com/code/yeneryalciner/flight-ticket-price-prediction-ml-ann/notebook

DATASET Dataset contains information about flight booking options from the website Easemytrip for flight travel between India's top 6 metro cities. There are 300261 datapoints and 11 features in the cleaned dataset.

FEATURES 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.

Some basic descriptive statistics and visualasation carried out. Machine Learning Models and Neuaral Networks for making predictions are used in the file. Streamlit Frontend page and the code also can be found in the repository. thanks.

Yener Yalciner

streamlit front end link:

https://yenerynr-flight-ticket-prediction-ml-ann-app-flights-ann-0i2hv7.streamlit.app/