Informer2020 icon indicating copy to clipboard operation
Informer2020 copied to clipboard

question

Open loveciel opened this issue 1 year ago • 3 comments

我将自己的数据输进去,我希望得到的真实值和预测值是实际的数值而不是归一化后的数值,要怎么做呢 I input my own data into it, and I want to get the real and predicted values as actual values and not normalized values, how do I do that?

loveciel avatar Oct 12 '23 06:10 loveciel

历史帖子有很多回答这个问题的,参数里加 --inverse 就行了

tianED avatar Oct 12 '23 11:10 tianED

历史帖子有很多回答这个问题的,参数里加 --inverse 就行了

只要parser.add_argument('--inverse', action='store_true', help='inverse output data', default=True)这样就可以么

loveciel avatar Oct 13 '23 02:10 loveciel

历史帖子有很多回答这个问题的,参数里加 --inverse 就行了

只要parser.add_argument('--inverse', action='store_true', help='inverse output data', default=True)这样就可以么

这样直接改Default也可以,你跑一下看看结果就知道了

tianED avatar Oct 13 '23 09:10 tianED