From 197a849a1b78392770d97e6d16e35ca51be2a862 Mon Sep 17 00:00:00 2001
From: Dhruvang Patel <dhruvang.patel@stud.th-deg.de>
Date: Sat, 25 Jan 2025 12:32:33 +0100
Subject: [PATCH] Update README.md

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bf53bd5a..e597a9cc 100644
--- a/README.md
+++ b/README.md
@@ -65,4 +65,11 @@ This layout appears user-friendly and efficient for retrieving passenger detials
 
 # Data 
 
-**Data Source** - We have use [Airline Dataset](https://www.kaggle.com/datasets/iamsouravbanerjee/airline-dataset/data?select=Airline+Dataset.csv)
+**Data Source** - We have use [Airline Dataset](https://www.kaggle.com/datasets/iamsouravbanerjee/airline-dataset/data?select=Airline+Dataset.csv) from Kaggle.
+
+**Data Handling** - 
+1. _Outlier Detection_ - The method that can handle both numerical and categorical data effictibely is Isolation Forest algorithm.
+2. _Fake Data_ - Added 25% realistic data balancing across target variable.
+
+There is more details explain about data in Wiki.
+
-- 
GitLab