-
你好,我在进行长时预测(long_term_forecast)时,发现预测结果与真实值相比有偏移的现象。
我的数据是月度数据,目的是使用过去3个月的值去预测未来1个月值,即1_month_ahead,然后重新划分训练集,使用过去3个月的值去预测未来2个月的值,但是我仍只预测一个值,即跳过了未来一个月的值。在这种方案下,我设置最大预测6个月,训练6次,得到6次结果。(代码中`seq_len=3…
Gczmy updated
9 months ago
-
Hi ,
May I ask where the _decomp_ function is from
(https://github.com/thuml/iTransformer/blob/52fad3f9ed16da18f51605545d3571b551771310/model/iTransformer.py#L42)
Regards
-
ssh://hugh@202.117.21.53:22/home/hugh/anaconda3/bin/python -u /home/share/hugh/project/timesnet/run_itrans.py
Args in experiment:
Namespace(activation='gelu', anomaly_ratio=0.25, batch_size=16, c_ou…
-
There are a lot of function in dsslib.go that are private but need to be made public. Note all functions that start with a lowercase are private and cannot be accessed in the package. For example p…
-
1. Can I retrain LightGBM?
1.a. I tried via AutoML and it seems to start from scratch when I do a FIT or I call MLModel1.Training.cs " public static ITransformer RetrainPipeline(MLContext mlCont…
wil70 updated
11 months ago
-
Hi there, thanks for the excellent work. I wonder if the model is able to perform univariate forecasting with exogenous variables. It seems no to me at first glance. Any insights would be appreciated.…
-
您好,请教一下iTransformer中的PEMS03数据集应该如何使用,我从所引用的原始文献即SCINet仓库中下载到的数据格式为.npz,但似乎无法直接拿来使用,应该如何正确使用
-
Test过程中,如果设置了inverse为True,执行到下面的代码时
```
if test_data.scale and self.args.inverse:
outputs = test_data.inverse_transform(outputs)
```
会报错:ValueError: Found array with dim 3. No…
-
I'm running my hyperparameter tuning with iTransformer.py and found some issues.
attend.py
134: attn = attn.type(dtype) # causes reference before assignment error
solution?
if self.causal:
…
-
Thank you very much for the quick implementation.
Looking at the [original paper](https://arxiv.org/abs/2310.06625) and the [author implementation](https://github.com/lucidrains/iTransformer) on iTra…