Replies: 10 comments
-
@nsankar Would you mind reporting back and let us know if this solved your problem? |
Beta Was this translation helpful? Give feedback.
-
@seanlaw It works locally (Windows - Python 3.7.7 local environ) |
Beta Was this translation helpful? Give feedback.
-
@nsankar, as suggested by the error message, it is a
With these local package updates, you'll want/need to restart the runtime for the Colab notebook. Once that is done, then, in another Colab cell, you can execute:
|
Beta Was this translation helpful? Give feedback.
-
Thanks @seanlaw Earlier I had set the colab and the target coiled python versions to be the same which is 3.6.9 .and with this only, I got the error. However, I will look in to your instructions on this , try it again and revert. |
Beta Was this translation helpful? Give feedback.
-
Yeah, there are a few other dependency issues but this worked for me on Colab so please report back if it does solve your issue. |
Beta Was this translation helpful? Give feedback.
-
@seanlaw It works now. Thanks for your time and guidance on this. I have a question. What is the real world data scenario for mstump ? Please give me a few examples of a real world multi-dimensional time series data and to some public datasets . Also in this regard, for instance, let us say there is a multivariate time series data produced by a monitoring system like prometheus which is measuring the cpu load, memory, network ingress, egress , disk IO etc from an Application Server with a time series sampling frequency of 1 sample per minute and this data may contain anomolous events. Would we consider this type of time series data a suitable candidate for mstump analysis ? Thanks. |
Beta Was this translation helpful? Give feedback.
-
@nsankar If you haven't done so already, I strongly recommend reading the original
Yes, this would be the ideal candidate for |
Beta Was this translation helpful? Give feedback.
-
@seanlaw Got it. Thank you again. |
Beta Was this translation helpful? Give feedback.
-
@nsankar Closing this for now as it seems to be resolved. Please feel free to re-open or start a new issue if you have any further questions. |
Beta Was this translation helpful? Give feedback.
-
To run STUMPY on Coiled's infrastructure, let's start with a fresh local
miniconda
installation, update the Python version, and then install all of the minimum STUMPY requirements:Next, we install
coiled
and set up our tokenFinally, now that everything is set up, we can use the following
stumpy-coiled.py
Python script to run STUMPY on Coiled:If successful, depending on your random seed, this should print out something like:
Beta Was this translation helpful? Give feedback.
All reactions