# 数据名称
parser.add_argument('--data',type=str, required=False, default='ETTh1', choices=['ETTh1','ETTh2','ETTm1'],help='name of dataset')# 数据路径
parser.add_argument('--root_path',type=str, default='./datasets/',help='root path of the data file')# 数据文件
parser.add_argument('--data_path',type=str, default='ETTh1.csv',help='location of the data file')
# 数据名称
parser.add_argument('--data',type=str, required=False, default='power data', choices=['ETTh1','ETTh2','ETTm1'],help='name of dataset')# 数据路径
parser.add_argument('--root_path',type=str, default='./datasets/',help='root path of the data file')# 文件名
parser.add_argument('--data_path',type=str, default='power data.csv',help='location of the data file')# 多变量预测
parser.add_argument('--features',type=str, default='M', choices=['S'