- Sum in seasonality calc if different-length data
(
fa95df2
)
- Add user-defined forecast period to all methods
(
d91adb2
)
- Add missing data test
(
bf85311
)
-
Update for user-provided number of forecast periods (
70982f0
) -
Forecast length and slicing if need less (
9df41cc
) -
Add overall explanation, more detail for alpha/beta (
e6e766b
) -
Automatic commit of updated Jupyter notebook (
4a23ca0
)
- Wip to fix off by one errors, add docstrings, catch errors
(
ed6a739
)
-
Fix linting errors (
f308ccc
) -
Restructure directory so date binning in forecast app folder (
0ad9cef
) -
Remove date binning testing notebook (moved to pytests) (
2059caa
) -
Fix variable names (
2dd27b3
) -
Remove commented old error tests (
179f8f1
) -
Update pre-commit (
6a38c3e
) -
Black formatting (
49dcc01
) -
Ignore .python-version (
b7ace56
) -
Black formatting (
2be78c3
) -
Fix flake8 errors (
344c292
) -
Add copyright, fix typing (
f1c972f
) -
Remove html docs (
ebd30cb
) -
Rename notebook for clarity (
e663f62
) -
Bump pytest version to avoid attribute error (
d74e8ef
) -
Remove .python-version as tracked file (
a2cdba4
)
-
Add pre-commit and formatting config (
86ca718
) -
Add python 3.12, use for linting (
1890d7b
) -
Expand permissions for coverage comment (
672b634
) -
Remove unsupported redirection chars from tox commands (
924e4a7
) -
Change pipe to > (
f73b7f2
) -
Update pytest cov command (
a6d32f8
) -
Check for coverage file before running comment step (
730702b
) -
Rename workflow (
c33096e
) -
Add pytest coverage (
e3be4c9
) -
Add python 3.11 to ci (
b98f425
) -
Install poetry, add black linting (
807808a
) -
Add black options (
526e006
) -
Add tox for tests, linting, python semantic release (
7b3dbd0
) -
Add linting config (
5958e6d
) -
Add pre-commit (
2ff893d
) -
Don't bother moving files (
4da25c5
) -
More debug statements (
6317b65
) -
Add debug statement (
73013ef
) -
Mkdir with parent directories (
16679ac
) -
Create folder (
42e2242
) -
Add debug ls (
8f87c7d
) -
Copy instead of move (
92450e7
) -
Select all files (
41fc915
) -
Move png files (
c0fb036
) -
Remove comma (
87089f3
) -
Export pngs too (
c80e068
) -
Embed images (
f466c8a
) -
Export md, not html (
d1cfb75
) -
Update branch (
7e98298
) -
Add output-dir to nbconvert (
658ad91
) -
Fix flag typo (
5a76395
) -
Add notebook conversion workflow (
2f602de
)
-
Add Forecast example, use len of data vs hardcodes (
04eaf6c
) -
Automatic commit of updated Jupyter notebook (
76b4c29
) -
Automatic commit of updated Jupyter notebook (
d02d832
) -
Automatic commit of updated Jupyter notebook (
90ec3a0
) -
Automatic commit of updated Jupyter notebook conversions (
0498ddb
) -
Export to markdown instead of HTML (
86001fc
) -
Automatic commit of updated Jupyter notebook conversions (
b4b6506
)
-
Remove stub for cal month, quarter, inclusive end date is default (
476517e
) -
Update for custom days, labels (
5453196
) -
Add function to calculate seasonality factors (
38b5a94
)
-
Add tests for full coverage (
ed1a65c
) -
Add custom date format for labels using start date test (
4cfc0de
) -
Update for weekly, biweekly change, add labels (
b242e33
) -
Test errors, fix off-by-one output, add seasonality (
daf8cd6
)
-
Update dependencies (
def6f9a
) -
Data length not always 12 in linear_smoothing and exponential_smoothing (
64dcaa8
)
- Add builds based on correct spelling
(
d173c30
)
-
Spell approximation correctly (
454d7a9
) -
Reduce python version and clean imports to support 3.6.1+ (
38f9d91
) -
Update project dependencies (
a4ed0f7
)
-
Class implementation and tests (
9f73faf
) -
Add method 12 plots (
a98971e
) -
Add method 12 (
31fbeae
) -
Code clean-up for methods 6-11 (
7ade79b
) -
Code clean-up for methods 1-6 (
e96ed9d
) -
Start method 12 (
85ed3c5
) -
Add method 11 exponential smoothing (
a5fd0a2
) -
Add method 10 linear smoothing (
e9b884a
) -
Update to ignore Jupyter/Ipython notebook checkpoint files (
b9ff7b6
) -
Add methods 7-9 2nd deg poly, flexible, and weighted moving avg (
4d9226d
) -
Add method 6 least squares regression example (
6994d78
) -
Start forecast method calc example notebook (
5105dcb
)
- Fix test for zero data
(
c3755cb
)