Lorenzo Stella

Results 221 comments of Lorenzo Stella

@conchris the error is probably caused by the timestamp column missing some days, for some IDs (ie values in the “family” column in your case). Could you check that? Then...

@juste97 to understand the issue better: are you talking about the `PandasDataset` class?

Link to more recent R test failure (log linked in OP has expired): https://github.com/awslabs/gluonts/actions/runs/9176392521/job/25231547428

I think having the argument mandatory would not be that bad: you have a model, you ask for predictions of length `prediction_length`. From the user perspective, it makes sense I...

@shchur I'm assuming the issue doesn't show up in the implementation from #2536? 🙃

Not sure this is ever coming back. We may want to consider using [LinearAlgebra.BLAS.gemv!](https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#LinearAlgebra.BLAS.gemv!) instead.

@ArianKhorasani could you provide the entire error trace? It’s not clear which assertion is failing

Hey @melopeo, could you maybe update the OP to explain the motivation behind this? For example, why would one want to fix the validation data, when that could be considered...

@shchur do you think you can take a stab at this?