Skip to content
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

[DEP] BaseTransformer list for deprecation to BaseSeriesTransformer #1446

Open
15 of 34 tasks
TonyBagnall opened this issue Apr 21, 2024 · 0 comments
Open
15 of 34 tasks
Labels
deprecation This issue is related to deprecation or removal of code transformations Transformations package

Comments

@TonyBagnall
Copy link
Contributor

TonyBagnall commented Apr 21, 2024

Describe the issue linked to the documentation

we are scrapping the whole BaseTransformer with its grossly inefficient VectorizedDF. This is a list of all files and classes to track changes. Some of these we may be able to just remove, some of it seems unnecessary, my thoughts in brackets.

aeon.transformers:

  • _delegate.py: _DelegatedTransformer (remove)
  • adapt.py: TabularToSeriesAdaptor, PandasTransformAdaptor
  • clasp.py: ClaSPTransformer (move to SeriesTransformer)
  • clear_sky.py: ClearSky (deprecate or contact contributor)
  • compose.py: eek: ColumnwiseTransformer,ColumnConcatenator,FeatureUnion,FitInTransform, Id,InvertTransform,MultiplexTransformer,OptionalPassthrough,TransformerPipeline,YtoX
  • date.py: DateTimeFeatures
  • exponent.py: ExponentTransformer, (Tony after [DEP] Tidy up BaseTransformer testing #1541 )
  • feature_selection.py: FeatureSelection
  • func_transform.py: FunctionTransformer
  • impute.py: Imputer
  • lag.py: Lag, ReducerTransform
  • summarize.py: SummaryTransformer, WindowSummarizer

aeon.transformers.bootstrap

  • _mbb.py: STLBootstrapTransformer

aeon.transformers.detrend

  • _deseasonalize.py: Deseasonalizer, ConditionalDeseasonalizer, STLTransformer
  • _detrend.py: Detrender

aeon.transformers.hierarchical

  • aggregate.py: Aggregator
  • reconcile.py: Reconciler

Open PR

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation This issue is related to deprecation or removal of code transformations Transformations package
Projects
None yet
Development

No branches or pull requests

1 participant