Skip to content

ahmadabdullah247/thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesis

File structure for the thesis is as follows:

Thesis
├── dataset                     # Data set that are required for the experiments
├── GroupHotel                  # Grouop hotel forecast
├── SingleHotel                 # Single hotel occupancy forecast 
├── .gitignore                  # git config to ignore files
├── DataPreprocessing.ipynb     # Preprocessing code in jupyter
├── README.md                   
└── requirements.txt

How to run

Latest code for thesis can be found on repository: https://github.com/ahmadabdullah247/thesis.git Data files can be requested via email.

  1. Clone repository
https://github.com/ahmadabdullah247/thesis.git
cd 'thesis'
  1. (Optional) For ease of reproducibility I like to keep my project libraries seperate. Feel free to omit this if you like.
python -m virtualenv .venv
source .venv/bin/activate
  1. This will install all the libraries you need to run the server.
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published