I want to make a experiment with exchange_rate dataset, I downloaded the dataset and set my custom arguments, including modefied the run.py file. I failed, cause' there some probelms with the data_provider and data_loader, shall I change the data argument to 'custom'? I don't know how to train and predict with exchange_rate dataset.
请问怎么用外汇数据集进行短期的训练和预测啊?我修改了run.py里面Exp那行,然后修改了输入参数,但是我发现你们的data_provider模块中代码还不完善,提示报错,就是不知道怎么设置取数模块,我猜测是不是除了ETT数据集你们都用那个custom data_loader?