Skip to content

[ENH] Move base class preprocessing functions to utils #2990

@baraline

Description

@baraline

Describe the feature or idea you want to propose

To build a hybrid base class (collection in fit and series in predict) for the new BaseSimilaritySearch class, the preprocess_series and preprocess_collection functions need to be moved to utils so they can be reused anywhere.

Describe your proposed solution

Add a file in utils for processing function, exact location TBD (in base or validation or something else ...)

Describe alternatives you've considered, if relevant

No response

Additional context

Making the hybrid base class inherit from both BaseCollection and BaseSeries make no sense, so this is necessary.

Metadata

Metadata

Assignees

Labels

enhancementNew feature, improvement request or other non-bug code enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions