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.
Design a helper function to run all numba compilations with very small data to avoid issues with first-time uses.
Helper function must compile all possible function signatures (32/64)
Ideally, must be run during the installation process (is it possible ?), not during imports to avoid repeating it. If not, provide it as part of the API
Update documentations and readme to mention this function
Design a helper function to run all numba compilations with very small data to avoid issues with first-time uses.