Skip to content

[ENH] Consider changing outlier_norm default to True for Catch22 estimators. #2648

Open
@MatthewMiddlehurst

Description

@MatthewMiddlehurst

Describe the feature or idea you want to propose

Catch22 can take significantly longer to calculate based on the max value in the series. Higher values mean longer run time. The outlier_norm parameter mitigates this by normalising for the features responsible, but by default it is set to False.

Describe your proposed solution

Evaluate the impact of the parameter for series with low/medium/high values. Based on results, decide whether to change the default or not.

Describe alternatives you've considered, if relevant

No response

Additional context

This parameter does not exist in the original publication, as all the series were normalised in the paper so this issue was not present.

Metadata

Metadata

Assignees

Labels

classificationClassification packageclusteringClustering packageenhancementNew feature, improvement request or other non-bug code enhancementregressionRegression packagetransformationsTransformations package

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions