-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Robust Time Series Chains #730
Comments
The paper also states the following:
This is mostly consistent with what @NimaSarajpoor observed in his earlier explorations |
Hi! I see that this issue is a 'good first issue' and would like to see how I can help as a first-time contributor to this project |
@andersooi
I would be happy to help you along the way. Feel free to ask any questions you may have. @seanlaw |
Thanks @NimaSarajpoor for your insights! I will start by familiarising myself with the contribution guide and looking through the stumpy basics tutorial notebook first. |
Hi @seanlaw @NimaSarajpoor! I'm working on a Mac and have been following the contributor guide to fork and clone the repo, set up a virtual environment ( So now I'm trying to run the unit tests. When running However, when running
There doesn't seem to be any indication of test cases passing or failing, so I'm not exactly sure what is wrong here. Any help is appreciated! |
@andersooi This looks very familiar and I believe @joehiggi1758 had encountered this recently in issue #957 (comment). Would it be possible to swithc to using
This is coming from @andersooi What happens when you do
|
Hi @seanlaw sorry for the late reply! I took a look at the comment in the issue that you linked and it seems to be the same thing that I am facing. I already changed the directory to the cloned When I ran
[UPDATE]:
|
Reading through this and #957 , I believe this is the issue:
Since |
This output shows that your environment doesn't have
That's REALLY strange.
@andersooi Can you please try running |
Thanks @JosephTLucas! I will investigate further |
So I deleted everything and tried again from the start. Running
and
so I went ahead and ran
This time, running Anyways, the tests eventually stopped and at the end, this was the message:
Here is a link to a pastecode link showing the entire test process: https://pastecode.io/s/fi7fguid I'm guessing that I have to install Ray and try running |
This error is rather strange but i'm glad that re-running
Excellent!
This is a great sign. Note that we have two rounds of testing. The first one executes all unit tests using You can run the fast unit tests by itself with
You can ignore
I agree. I noticed this yesterday as well and I believe we know where the recent increase in time is coming from (see this issue). Of course, this is also dependent on the number of threads and the speed of those threads. We have over 1500 tests that need to be run but, to reiterate, this is not so important for trying to reproduce the robust time series chains and then possible consider it as a throwaway prototype from which to build off of if necessary. Does that make sense @andersooi? |
Ahh, now I understand why there were repeated tests. This makes sense.
Yup, thank you for the detailed explanations! I have gone through the Will reach out if I have any questions or run into any difficulties! |
@andersooi Instead of the |
@seanlaw sure thing, I will give it a look! |
I just came across this new paper by Jessica Lin on a more robust time series chain.
Not sure if it is relevant or how it compares with #211 especially if we are able to leverage our top-k code
The text was updated successfully, but these errors were encountered: