Skip to content
/ TUCKET Public

A tensor time series data structure for efficient and accurate factor analysis over time ranges (VLDB 2025)

License

Notifications You must be signed in to change notification settings

q-rz/TUCKET

Repository files navigation

TUCKET (VLDB 2025)

A tensor time series data structure for efficient and accurate factor analysis over time ranges

Illustration of TUCKET

Dependencies

The code was tested under the following dependencies:

  • Python 3.10.13
  • NumPy 1.26.3
  • PyTorch 2.1.2
  • CUDA 12.2

Datasets

Please download datasets and corresponding queries at our HuggingFace repo and put them into the folder inputs/.

Usage

To reproduce our results, please run:

chmod +x scripts/*.sh
./scripts/test_{method}_{dataset}.sh {device}

where:

  • {method} can be tuckerals / dtucker / zoomtucker / tucket / tucket_zoomtuckerstitch;
  • {dataset} can be airquality / traffic / usstock / krstock;
  • {device} is the device for PyTorch (e.g., cuda:0 or cpu).

About

A tensor time series data structure for efficient and accurate factor analysis over time ranges (VLDB 2025)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published