From 5b39e42386d68f9057adeed401c631a69e1e49d2 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 --- .idea/misc.xml | 2 +- .idea/pythonProject1.iml | 2 +- README.md | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 67388a2..28a748f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ <component name="Black"> <option name="sdkName" value="Python 3.11 (pythonProject1)" /> </component> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (pythonProject1)" project-jdk-type="Python SDK" /> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" /> </project> \ No newline at end of file diff --git a/.idea/pythonProject1.iml b/.idea/pythonProject1.iml index 74d515a..aee9ef2 100644 --- a/.idea/pythonProject1.iml +++ b/.idea/pythonProject1.iml @@ -4,7 +4,7 @@ <content url="file://$MODULE_DIR$"> <excludeFolder url="file://$MODULE_DIR$/venv" /> </content> - <orderEntry type="inheritedJdk" /> + <orderEntry type="jdk" jdkName="Python 3.11" jdkType="Python SDK" /> <orderEntry type="sourceFolder" forTests="false" /> </component> </module> \ No newline at end of file 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