Skip to content

[ENH] Added Informer Network to aeon/networks #2924

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions aeon/networks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"AEBiGRUNetwork",
"DisjointCNNNetwork",
"RecurrentNetwork",
"InformerNetwork",
]
from aeon.networks._ae_abgru import AEAttentionBiGRUNetwork
from aeon.networks._ae_bgru import AEBiGRUNetwork
Expand All @@ -32,6 +33,7 @@
from aeon.networks._encoder import EncoderNetwork
from aeon.networks._fcn import FCNNetwork
from aeon.networks._inception import InceptionNetwork
from aeon.networks._informer import InformerNetwork
from aeon.networks._lite import LITENetwork
from aeon.networks._mlp import MLPNetwork
from aeon.networks._resnet import ResNetNetwork
Expand Down
Loading
Loading