Scrump vs Stump #863
OriginalGoku
started this conversation in
General
Replies: 1 comment 2 replies
-
@OriginalGoku Thank you for your kind words. Realistically, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have recently found out about Stumpy and I can't believe its usefulness in time series analysis. I have developed many applications using deep learning and reinforcement learning over the years but this simple tool seems to be an amazing companion (even better overall) if you factor in the costs of research and development of such complex systems.
Also, I wanted to thank Sean and the rest of the team for writing such detailed tutorials. I must have read them at least 5 times so far to fully understand every aspect of the code.
Now my question is regarding the performance increase by using stump vs scrump. I am using a dataset of roughly 6000 rows for my data.
and here are the results:
I am using Colab to test this but it was roughly the same on a computer without GPU.
I have read the scrump test case file but that's all with randomly generated data so I decided to test this on my own time series data (the date is basically the closing price of SPY).
Can you please explain how to really make the best use of scrump function?
Beta Was this translation helpful? Give feedback.
All reactions