From 987aae120db5381eb2134cab9329260aacb6f20f Mon Sep 17 00:00:00 2001 From: Michael Mutote <michael.mutote@stud.th-deg.de> Date: Sun, 10 Dec 2023 17:28:49 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af6e5b3..4cd2d64 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ Gattousi, Fadi, 22211572 Recommendation Systems https://mygit.th-deg.de/mm13956/ws-23-sas-02 -#Project description: +# Project description: -Recommending the delay in airlines +Recommending the expected delay in airlines. Our GUI has four input feilds: 'Date and Time', 'Airline', 'Destination', 'Model Start Year' + +## Date and Time +This is an input field for the expected travel date the user would like to check for likelyhood of future delays + +## Airline +This is the airline the user inteds to user + +## Destination +This feild is for the Planned destination + +## Model Start Year +This entry feild is for the date that the user would like to start modelling the data for the regression analysis -- GitLab