web-traffic-forecasting
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: maxwkut
- Language: TeX
- Default Branch: main
- Size: 43.1 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
- Releases: 0
Created about 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
Citation
README.md
Web-Traffic-Forecasting
Forecasting web traffic helps businesses better understand future trends and user behavior and can be leveraged to improve IT infrastructure. This analysis uses time series methods to forecast the number of daily website visits over a 30-day horizon.
Owner
- Name: Max Kutschinski
- Login: maxwkut
- Kind: user
- Location: Austin, Texas
- Website: maxkut.com
- Repositories: 3
- Profile: https://github.com/maxwkut
Citation (citations.bib)
@book{shumway,
title={Time Series: A Data Analysis Approach Using R},
author={Shumway, R.H. and Stoffer, D.S.},
isbn={9780367221096},
lccn={2019018441},
series={A Chapman \& Hall book},
year={2019},
publisher={CRC Press, Taylor \& Francis Group}
}
@article{prophet,
author = {Sean J. Taylor and Benjamin Letham},
title = {Forecasting at Scale},
journal = {The American Statistician},
volume = {72},
number = {1},
pages = {37-45},
year = {2018},
publisher = {Taylor & Francis},
doi = {10.1080/00031305.2017.1380080},
URL = {https://doi.org/10.1080/00031305.2017.1380080},
eprint = {https://doi.org/10.1080/00031305.2017.1380080}
}
@Manual{fableprophet,
title = {{fable.prophet}: Prophet Modelling Interface for 'fable'},
author = {Mitchell O'Hara-Wild},
year = {2020},
note = {R package version 0.1.0},
url = {https://fable.tidyverts.org},
}
@book{fpp3,
title = {Forecasting: Principles and Practice},
author = {Rob Hyndman and G. Athanasopoulos},
year = {2021},
language = {English},
publisher = {OTexts},
address = {Melbourne, Australia},
url = {OTexts.com/fpp3},
edition = {3rd},
urldate={6/26/2022}
}