Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
# Multi-Dimensional Analysis of Airline Passenger Satisfaction and Flight Delay Prediction
|
| 2 |
#### Introduction
|
| 3 |
In this project, I will analyze airline passenger satisfaction and flight delays. The goal is to build a full machine learning pipeline, starting from data cleaning and Exploratory Data Analysis (EDA), through Feature Engineering and Clustering, to training and evaluating models. I want to understand what causes flight delays and how we can predict them to improve the travel experience
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
#### Project Overview
|
| 6 |
I am using the "airline-satisfaction-analysis" dataset from Hugging Face. This dataset contains survey results from passengers, including their personal details, flight information, and how they rated different services.
|
|
|
|
| 1 |
# Multi-Dimensional Analysis of Airline Passenger Satisfaction and Flight Delay Prediction
|
| 2 |
#### Introduction
|
| 3 |
In this project, I will analyze airline passenger satisfaction and flight delays. The goal is to build a full machine learning pipeline, starting from data cleaning and Exploratory Data Analysis (EDA), through Feature Engineering and Clustering, to training and evaluating models. I want to understand what causes flight delays and how we can predict them to improve the travel experience
|
| 4 |
+
<video controls width="100%">
|
| 5 |
+
<source src="new%20video%20assigent%202.mp4" type="video/mp4">
|
| 6 |
+
</video>
|
| 7 |
|
| 8 |
#### Project Overview
|
| 9 |
I am using the "airline-satisfaction-analysis" dataset from Hugging Face. This dataset contains survey results from passengers, including their personal details, flight information, and how they rated different services.
|