Xiaojing Zhang

Results 21 comments of Xiaojing Zhang

Sorry, I do not understand what out of sample forecasting. Can you give an example?

You just pass `X` containing the timestamps you want to forecast into the trained model and `predict`.

目前,协变量支持的功能性是突出某时间点是否与其他时间点存在差异性。如果您想多国家一起预测,那么如果所有国家在时间点上是对齐的,可以采用多变量预测来建模。

这样大概是不行的,数据已经不是同分布了。

> 我也有同样的问题,比如预测商家/商品销量,不同商家/商品的销售时间可能是做不到一一对应的,这种情况下如果要用这个库有没有示例呢? 把所有商家的销量和特征放到一个训练集里会报错么(因为会出现相同或不连续的时间) 是不同商家/商品出现了采样缺失吗(即没有销量无记录状态)? 如果是这样,您可以对于数据先做一个简单的处理,依据所有商品的销量的最小时间频率对齐所有商家的所有商品销量,其中补充出的时间特征位置可以置0(即该时间点无销量)。

Could you please elaborate on your task, data format and initialization parameter settings?

From the error, it looks there is a problem with your data format.

> Right now, this package only supports prophet v1.0.1. However, newer versions are available. Thanks, this issue will be solved in the next release.

> Right now, this package only supports scipy

![image](https://github.com/DataCanvasIO/HyperTS/assets/80235074/6dd91102-e2ff-402f-a62a-7fe210d91abf) 可以从model里取estimater.