Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: CodingMaker2
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 20.5 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme License Citation Security

README.md

Conditional Diffusion Transformer Enables Few-Shot Spatiotemporal Modeling

Our method is implemented based on the BasicTS framework, for more information https://github.com/GestaltCogTeam/BasicTS/

Python Python 3.6 or higher is required (3.8 or higher is recommended).

We recommend using Miniconda or Anaconda to create a virtual Python environment.

PyTorch BasicTS is flexible regarding the PyTorch version. You can install PyTorch according to your Python version. We recommend using pip for installation.

Other Dependencies After ensuring PyTorch is installed correctly, you can install the other dependencies:

pip install -r requirements.txt

Example 1: Python 3.11 + PyTorch 2.3.1 + CUDA 12.1 (Recommended)

Install Python

conda create -n BasicTS python=3.11 conda activate BasicTS

Install PyTorch

pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121

Install other dependencies

pip install -r requirements.txt

how to run the code: python CDT/experiments/train.py

Owner

  • Name: Rose Maker
  • Login: CodingMaker2
  • Kind: user

Citation (CITATION.CFF)

cff-version: 1.2.0
message: "If you use this work, please cite it as below."
authors:
  - family-names: Shao
    given-names: Zezhi
  - family-names: Wang
    given-names: Fei
  - family-names: Xu
    given-names: Yongjun
  - family-names: Wei
    given-names: Wei
  - family-names: Yu
    given-names: Chengqing
  - family-names: Zhang
    given-names: Zhao
  - family-names: Yao
    given-names: Di
  - family-names: Sun
    given-names: Tao
  - family-names: Jin
    given-names: Guangyin
  - family-names: Cao
    given-names: Xin
  - family-names: Gao
    given-names: Cong
  - family-names: Jensen
    given-names: Christian S.
  - family-names: Cheng
    given-names: Xueqi
title: 'Exploring Progress in Multivariate Time Series Forecasting: Comprehensive Benchmarking and Heterogeneity Analysis'
preferred-citation:
  authors:
    - family-names: Shao
      given-names: Zezhi
    - family-names: Wang
      given-names: Fei
    - family-names: Xu
      given-names: Yongjun
    - family-names: Wei
      given-names: Wei
    - family-names: Yu
      given-names: Chengqing
    - family-names: Zhang
      given-names: Zhao
    - family-names: Yao
      given-names: Di
    - family-names: Sun
      given-names: Tao
    - family-names: Jin
      given-names: Guangyin
    - family-names: Cao
      given-names: Xin
    - family-names: Gao
      given-names: Cong
    - family-names: Jensen
      given-names: Christian S.
    - family-names: Cheng
      given-names: Xueqi
  title: 'Exploring Progress in Multivariate Time Series Forecasting: Comprehensive Benchmarking and Heterogeneity Analysis'
  type: article
  year: '2024'
  doi: "10.1109/TKDE.2024.3484454"
  url: "https://ieeexplore.ieee.org/document/10726722"
  publisher: "IEEE"
  journal: "IEEE Transactions on Knowledge and Data Engineering"

GitHub Events

Total
  • Push event: 6
Last Year
  • Push event: 6

Dependencies

requirements.txt pypi
  • easy-torch *
  • easydict *
  • numpy ==1.24.4
  • openpyxl *
  • packaging *
  • pandas *
  • scikit-learn *
  • setproctitle *
  • setuptools ==59.5.0
  • sympy *
  • tables *