event data
#878
Replies: 2 comments 1 reply
-
How would you define "event data"? What is the difference between event data and time series? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The main issue of event data is that it is NOT regularly sampled and very
sparse
…On Thu, Jul 15, 2021, 04:42 Andreas Kempa-Liehr ***@***.***> wrote:
Just adding to the answer from @nils-braun <https://github.com/nils-braun>.
In general, tsfresh works on all kinds of ordered data. In many
applications, the ordering dimension will be time (time-series), other
commonly found ordering dimensions are wavelength (e.g reflectance spectra)
or a spatial dimension. These examples have in common that the input signal
is sampled regularly (the differences of successive coordinates of the
ordering dimension are constant). As @nils-braun
<https://github.com/nils-braun> pointed out, the extracted features can
be directly interpreted.
Your example refers to event sequences, which are typically found in
process monitoring. The ordering dimension of event sequences is time, but
these event sequences are not regularly sampled. If a process model is
available, event sequences can be modelled as time-continuous process
evolution functions <https://doi.org/10.1186/s40537-015-0017-0> from
which a time-series can be sampled.
However, features can also be extracted directly from event sequences,
like e.g. sequences of word lengths
<https://doi.org/10.1140/epjds/s13688-020-00244-9>, but the
interpretation will be more difficult.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#878 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNULTFLLXKBM7JGHLAM263TXY4IDANCNFSM5ALNQPVA>
.
|
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
-
Does the package supports event data rather than time-series data, e.g.
event_id, event_time, event_type
?Beta Was this translation helpful? Give feedback.
All reactions