ResearchTrend.AI
  • Communities
  • Connect sessions
  • AI calendar
  • Organizations
  • Join Slack
  • Contact Sales
Papers
Communities
Social Events
Terms and Conditions
Pricing
Contact Sales
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2111.12429
123
25
v1v2 (latest)

tsflex: flexible time series processing & feature extraction

24 November 2021
Jonas Van Der Donckt
Jeroen Van Der Donckt
Emiel Deprost
Sofie Van Hoecke
    AI4TS
ArXiv (abs)PDFHTML
Abstract

Time series processing and feature extraction are crucial and time-intensive steps in conventional machine learning pipelines. Existing packages are limited in their real-world applicability, as they cannot cope with irregularly-sampled and asynchronous data. We therefore present tsflex\texttt{tsflex}tsflex, a domain-independent, flexible, and sequence first Python toolkit for processing & feature extraction, that is capable of handling irregularly-sampled sequences with unaligned measurements. This toolkit is sequence first as (1) sequence based arguments are leveraged for strided-window feature extraction, and (2) the sequence-index is maintained through all supported operations. tsflex\texttt{tsflex}tsflex is flexible as it natively supports (1) multivariate time series, (2) multiple window-stride configurations, and (3) integrates with processing and feature functions from other packages, while (4) making no assumptions about the data sampling rate regularity and synchronization. Other functionalities from this package are multiprocessing, in-depth execution time logging, support for categorical & time based data, chunking sequences, and embedded serialization. tsflex\texttt{tsflex}tsflex is developed to enable fast and memory-efficient time series processing & feature extraction. Results indicate that tsflex\texttt{tsflex}tsflex is more flexible than similar packages while outperforming these toolkits in both runtime and memory usage.

View on arXiv
Comments on this paper