Using GluonTS DeepAR for Sparse Time Series – Struggling with Zeros and Negatives #3248
Unanswered
skakkar-nd
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.
-
We are working on a project to forecast direct deposit amounts for bank members using GluonTS DeepAR.
Here’s the setup:
We have 3 years of direct deposit data for multiple members.
The deposit frequency varies:
To create continuous time series for all members, we:
As a result, most time series now contain a large number of zeros, with only occasional non-zero deposits.
The Challenge
When using DeepAR from GluonTS, we are:
Questions
Would appreciate any insights, suggestions, or references to similar projects.
Beta Was this translation helpful? Give feedback.
All reactions