Notes on time series and forecasting methods
- Generating date ranges in pandas
- Croston's method for forecasting intermittent demand
- Demonstrating that t-tests should not be used for time series data
- Modeling autocorrelations: Newey-West HAC and ARIMA models
- Trend-stationary versus difference-stationary time series
src
directory: code files.pre-commit-config.yaml
: config for use withpre-commit
. It specifies what hooks to use. Once this file is created, if you runpre-commit install
, the pre-commit tool will populate thepre-commit
file in the./.git/hooks
directory. Helpful references:.flake8
: config for Flake8. Mainly used to specify max-line-length=88, to match Black's defaultrequirements.txt
: python packages used