七个新的基准数据集
收藏无监督域适应时间序列分类数据集
数据集概述
该数据集用于“深度无监督域适应时间序列分类:基准测试”研究,由Ericsson Research法国团队开发。
数据集使用
环境要求
- Python版本:3.10
- 依赖安装: bash pip install -r requirements.txt
运行示例
-
生成配置文件: bash python3 -m _utils.generate_conf stages/preprocess=har stages/train=CoDATS utils.idxExperiment=1 stages.tune.tuner_config.address=null stages.tune.ray_config.resume=false stages.tune.ray_config.num_samples=1 global.train_time_limit=15 global.tune_time_limit=30 ++stages.tune.tuner_config.hyperparam_fixed.device=cpu stages.tune.ray_config.resources_per_trial.gpu=0
-
运行管道: bash bash run.sh
-
查看结果: bash cat output/results/dataset_name=har/source=12/target=16/classifier_name=CoDATS/metrics.json
Docker支持
-
构建Docker镜像: bash docker build -t uda-4-tsc:latest .
-
运行Docker容器: bash docker run --name uda-4-tsc --network host --entrypoint bash -idt -v /path/to/cloned/uda-4-tsc:/tmp uda-4-tsc:latest
数据集结果
完整结果可在results/目录下查看。
引用
如需引用该工作,请使用以下格式:
@misc{uda4tsc, title={Deep Unsupervised Domain Adaptation for Time Series Classification: a Benchmark}, author={Ismail Fawaz, Hassan and Del Grosso, Ganesh and Kerdoncuff, Tanguy and Boisbunon, Aurelie and Saffar, Illyyne}, year={2023}, eprint={2312.09857}, archivePrefix={arXiv}, primaryClass={cs.LG} }
许可证
该工作遵循BSD 3-Clause License。




