This is the repository for Federated Time Series Generation on Feature and Temporally Misaligned Data. The backbone model of FedTDD is based on Diffusion-TS.
Follow the steps below to set up the environment.
cd FedTDD/
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtLabel the data.
bash run_label.shRun all experiments.
bash run.sh