Create LICENSE
This repository contains the official implementation for the paper: MMDL-based Data Augmentation with Domain Knowledge for Time Series Classification.
The code is run under Python 3.9, the dependencies can be installed by:
pip install -r requirements.txt
To run the demo, run the following demo file:
python run_MDL_demo.py
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
This repository contains the official implementation for the paper: MMDL-based Data Augmentation with Domain Knowledge for Time Series Classification.
Requirements
The code is run under Python 3.9, the dependencies can be installed by:
Usage
To run the demo, run the following demo file: