Implementation of the Random Dilated Shapelet Transform algorithm along with interpretability tools. ReadTheDocs documentation is not up to date with the current version for now.
The current formula for alpha similarity was not adapted to multiple length shapelets. This does not cause any exception, but can harm the shapelet sampling process.
[ ] Change alpha similarity in all transformers to $max(1,(1-\alpha) min(L))$
Additional bug with multiple lengths:
[ ] Debug tuple creation for length and dilation parameters in transformers
The current formula for alpha similarity was not adapted to multiple length shapelets. This does not cause any exception, but can harm the shapelet sampling process.
Additional bug with multiple lengths: