Lorenzo Stella
Lorenzo Stella
@AlvinLok could you check if the fix proposed in #156 makes it work for you?
@VictorJouault thanks for spotting this. Unfortunately I think it's very hard to maintain backward-compatibility with very old versions of Pandas, due to the many breaking changes here and there. In...
@KeepFaithMe are you following the instructions in https://github.com/amazon-science/chronos-forecasting/tree/main/scripts#pretraining-and-fine-tuning-chronos-models?
@aldma thanks, I should be able to review this over the weekend. I’m wondering about the test failures: the test dependency on AbstractOperators we could remove; regarding RecursiveArrayTools, not sure,...
I agree this looks like a bug: the -1 should be removed [here](https://github.com/volcengine/verl/blob/504696245b39dd22162579b36303706ee61a731a/verl/utils/dataset/sft_dataset.py#L195) and [here](https://github.com/volcengine/verl/blob/504696245b39dd22162579b36303706ee61a731a/verl/utils/dataset/sft_dataset.py#L197).
Keeping this open for visibility, since others may have the same question
@ozanbarism if I understand your question right, you want to provide covariates: this is not possible, see #22. > I have pushed a data of size: (n_features, samples) and it...
Hi @srggrs, currently this is not possible out of the box: Chronos models only makes predictions based on historical data of the target series. This is definitely something to add...
> > I was wondering if it is possible to add exogenous variables as extra features to use in the model. Cheers > > Me too. Have anyone tried to...
Work in progress in #3226