Leon

Results 5 comments of Leon

I see that google has already implemented. https://github.com/google-research/google-research/tree/master/tide

from neuralforecast.auto import AutoTSMixer, AutoTSMixerx from ray.tune.search.hyperopt import HyperOptSearch from ray import tune from neuralforecast.losses.numpy import mse, mae import matplotlib.pyplot as plt import pandas as pd from datasetsforecast.long_horizon import LongHorizon...

> Hi, do you have a piece of standalone code that I can run to reproduce this error? That would help me debug. > > From the limited information it...

> Can you provide more data samples to prove that you have 5 PB data already? What's the relationship between you and the organization? Our [[Picas.ai](http://picas.ai/)](http://picas.ai/) platform currently holds an...

> 很高兴iTransformer作为深度模型应用于业务系统,方便的话能否提供若干场景细节,例如预测任务,特征属性等 我们是基于gluonts做金融数据的时序分析和量化交易,比如我们有一些交易数据('流通市值', '成交量', '振幅'等等),根据这些交易数据做价格的预测和分析,请问我们在使用iTransformer时需要注意些什么,如何调优相关参数,谢谢