tsfresh associate feature with different date (ID) #1008
popohoma999
started this conversation in
General
Replies: 2 comments 5 replies
-
Hi PoPo, that is correct - IDs are treated independently. Depending on your use-case, you could however extract features in two iterations: first for each date independently (by using the Date as the ID) and then maybe per week/month/whatever-makes-sense-to-you. You can do the latter by adding a new ID column which contains the month number/week number etc. Later for your use-case you could use all features together. Hope this helps! |
Beta Was this translation helpful? Give feedback.
5 replies
-
Got it Nils
…On Sat, Apr 8, 2023, 04:19 Nils Braun ***@***.***> wrote:
I currently do not have the bandwidth for new feature development, but I
am happy for any contribution! If someone want to build these features I am
happy to help and review :-)
—
Reply to this email directly, view it on GitHub
<#1008 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6IPOI7AYOVGVNHDRARZV23XABZD3ANCNFSM6AAAAAAVPLU6LI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am new to tsfresh and I am excited about it's power for extracting features based on statistics. I have extract features using time series on a stock across a year time while each date has around 400 slices/rows having 1 minute internal in between.
I am attaching my sample data here
I have extracted features and they display in Date (ID) level. Is there any factors that can also associate features across multiple Dates/ID ?
As now it looks to me each row is independent and different dates/ID don't talk to each other.
Thanks,
PoPo
Beta Was this translation helpful? Give feedback.
All reactions