Skip to content

Commit

Permalink
[ENH,MNT,DOC] Tidying up deep learning modules clasification/regressi…
Browse files Browse the repository at this point in the history
…on (#1826)

* initial init

* add save load test

* fix bug

* add test to regression as well

* maintainer

* fix bug tmp

* add file path bug fix

* Update _cnn.py

* Update _cnn.py

* Update _cnn.py

* Update _cnn.py

* Update _cnn.py

* Update _cnn.py

* Update _cnn.py
  • Loading branch information
hadifawaz1999 authored Jul 27, 2024
1 parent a498178 commit e7e0139
Show file tree
Hide file tree
Showing 45 changed files with 1,332 additions and 91 deletions.
3 changes: 2 additions & 1 deletion aeon/classification/deep_learning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
__all__ = [
"BaseDeepClassifier",
"CNNClassifier",
"TimeCNNClassifier",
"EncoderClassifier",
"FCNClassifier",
"InceptionTimeClassifier",
Expand All @@ -13,7 +14,7 @@
"LITETimeClassifier",
"IndividualLITEClassifier",
]
from aeon.classification.deep_learning._cnn import CNNClassifier
from aeon.classification.deep_learning._cnn import CNNClassifier, TimeCNNClassifier
from aeon.classification.deep_learning._encoder import EncoderClassifier
from aeon.classification.deep_learning._fcn import FCNClassifier
from aeon.classification.deep_learning._inception_time import (
Expand Down
Loading

0 comments on commit e7e0139

Please sign in to comment.