Closed atsoroka closed 7 years ago
Thanks will do. BTW, I'm unfamiliar with this Git emailing/communication. Do give me a shout if I am not responding in the right format.
On Fri, Dec 2, 2016 at 10:55 AM, cocochrane notifications@github.com wrote:
@atsoroka https://github.com/atsoroka and team: Thanks for making this pull request! I have a few questions and requests for changes-let me know if you have any questions!
- Can you save the timeseries (in generateTS.py) as a timeseries using pickle?
- What is going on with the interpolating times? The times should be a part of the timeseries when stored so interpolation shouldn’t be necessary (this may be because you stored them not as timeseries)?
- Can you give the user the option for how many similar timeseries to find? I.e. python genSimilarity.py tsdata/ts398.dat —n 5 would give you the 5 closest, etc.
- Instead of only printing the resulting similar filename, can you save these files to a "Results" folder in pickle format?
- Did you have any test files?
- Can you write a short Readme to clearly explain in which order files should be called in, and how, if they have any arguments?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/slac207/cs207project/pull/70#issuecomment-264487582, or mute the thread https://github.com/notifications/unsubscribe-auth/ASBekPQ5Lc-tDdxPVQBe8WoSL7ExJNdxks5rED-IgaJpZM4LCiaN .
Hi Courtney, thanks again for your feedback. Regarding your requests:
2.What is going on with the interpolating times? The times should be a part of the timeseries when stored so interpolation shouldn’t be necessary (this may be because you stored them not as timeseries)?
Amended. Now we are only interpolating for genSimilarity passed timeseries, where we need to insure same sampling rate as tsmaker generated timeseries.
4.Instead of only printing the resulting similar filename, can you save these files to a "Results" folder
Added
Added
Added
Regarding Pickle Request, and "get N Closest", as discussed in lab today, these requests are not required from our team. We should however be able to get to that shortly.
Thanks and please let me know if you have any other feedback.
Thank you for making those changes! No worries if you can't get to those last items. I'll now merge and do a final check!
@atsoroka and team: Thanks for making this pull request! I have a few questions and requests for changes-let me know if you have any questions!