[Q&A] Clarification on Multivariate Time Series Setup in Chronos 2 (covariates vs multi-target design) #397
Unanswered
YiqiaoXu-Joe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Chronos team,
I’m trying to better understand how Chronos 2 handles multivariate time series, especially regarding the distinction between dependent vs independent time series and the correct way to structure data when multiple related signals exist.
Below is my current understanding — please correct me if any of this is inaccurate:
My Understanding So Far
1. Dependent time series (single target, no cross-learning)
item_idand one forecasting target.item_ids.2. Independent time series (multiple items, cross-learning enabled)
item_id(orgroup_id).predict_batch_jointly = True:Example Use Case
Suppose I want to forecast the 10-year treasury rate.
I have access to the following daily signals:
My Question
What is the recommended way to structure this for Chronos 2?
Option A — Treat everything as covariates (single target task)
item_id= only the 10-year bondOption B — Multitarget / multi-item setup
item_idincludes:predict_batch_jointly = Trueto enable cross-learning across related financial seriesWhich option better matches the intended Chronos 2 workflow?
My intuition is that Option B is more aligned with Chronos 2’s design — i.e., allowing the model to learn shared temporal patterns across multiple financial instruments. But I want to confirm whether:
item_idsAny clarification or recommended pattern for financial forecasting scenarios would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions