Skip to content

[ENH] introduce revised version of ETS #2834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5e47702
first version for correctness testing
TonyBagnall May 23, 2025
2e50afa
timing
TonyBagnall May 23, 2025
f0289fd
examples
TonyBagnall May 23, 2025
611c566
new tests
TonyBagnall May 23, 2025
bb1b59d
refactor predict
TonyBagnall May 23, 2025
13029f2
final ETS
TonyBagnall May 23, 2025
d381d5e
arima first
TonyBagnall May 24, 2025
7c1e9a9
docstrings
TonyBagnall May 24, 2025
3b23334
docstrings
TonyBagnall May 24, 2025
8bb840f
Convert error, trend and seasonality types to strings
alexbanwell1 May 26, 2025
48c92fd
Automatic `pre-commit` fixes
alexbanwell1 May 26, 2025
3c0f13a
Add Type hints back in
alexbanwell1 May 26, 2025
e1c59b6
Fix Type hints
alexbanwell1 May 26, 2025
7a2d450
Fix Linting issue
alexbanwell1 May 26, 2025
7d6ef9e
Automatic `pre-commit` fixes
alexbanwell1 May 26, 2025
69959e2
Update test_ets to use strings for error, trend and seasonality types
alexbanwell1 May 26, 2025
d88d505
Automatic `pre-commit` fixes
alexbanwell1 May 26, 2025
95cf200
Merge branch 'main' into ajb/numba_ets
TonyBagnall May 26, 2025
f3f2fcf
switch to fastmath
TonyBagnall May 27, 2025
f43850e
Merge branch 'main' into ajb/numba_ets
TonyBagnall May 27, 2025
6ddaaf8
remove _arima, incorrectly introduced here
TonyBagnall May 27, 2025
5f49565
Merge branch 'ajb/numba_ets' of https://github.com/aeon-toolkit/aeon …
TonyBagnall May 27, 2025
d6be070
all int or str parameters
TonyBagnall May 27, 2025
fe534f7
Merge branch 'main' into ajb/numba_ets
TonyBagnall Jun 1, 2025
d5aa5b3
refactor variable name
TonyBagnall Jun 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading