Skip to content

Commit

Permalink
[DEP] Move summarizer to legacy (#1833)
Browse files Browse the repository at this point in the history
* remove Theta

* remove Transformer notebook

* API
  • Loading branch information
TonyBagnall authored Jul 26, 2024
1 parent 14e8ee8 commit 70131f9
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 1,826 deletions.
2 changes: 1 addition & 1 deletion aeon/forecasting/compose/_reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from aeon.forecasting.base._fh import _index_range
from aeon.regression.base import BaseRegressor
from aeon.transformations._legacy.compose import FeatureUnion
from aeon.transformations.summarize import WindowSummarizer
from aeon.transformations._legacy.summarize import WindowSummarizer
from aeon.utils.datetime import _shift
from aeon.utils.index_functions import get_time_index
from aeon.utils.sklearn import is_sklearn_regressor
Expand Down
306 changes: 0 additions & 306 deletions aeon/forecasting/compose/tests/test_reduce_global.py

This file was deleted.

Loading

0 comments on commit 70131f9

Please sign in to comment.