Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.02 KB

TableTime: Reformulating Time Series Classification as Zero-Shot Table Understanding via Large Language Models


🙋 Please let us know if you find out a mistake or have any suggestions!

🌟 If you find this resource helpful, please consider to star this repository and cite our research, thank you!


Illustration of the TableTime, i.e., a paradigm for MTSC based on table understanding

image


Main Results

image


Details

api.py refers to the file that uses the API to obtain LLM answers

dataset_index.py refers to the file that gets the dataset index

neighbor_find.py refers to the function of getting the neighbor index

ts_encoding.py refers to the file that gets the data encoding

main.py refers to the encapsulated main function