diff --git a/.idea/misc.xml b/.idea/misc.xml index 67388a2ac340ca6c17e649492b707758f6f04016..28a748f0027910927f2a24e7eac8338ea24ac197 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 74d515a027de98657e9d3d5f0f1831882fd81374..aee9ef2d97b6da36a3468a3dbf0881f8e8017b14 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 af6e5b3fd966bada69e8c6afe4e6cb67222e6e53..4cd2d64ef02654c9030081418f4691c4d51d196c 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