Open
Description
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.