Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict for how long the money available right now can support the user/family #5

Open
htmfilho opened this issue Apr 15, 2018 · 0 comments
Assignees

Comments

@htmfilho
Copy link
Owner

htmfilho commented Apr 15, 2018

Based on the history of transactions, which represents the spending habits of a user/family, predict for how long the money available can support the consumption pattern. The output should be the number of days left until running out of money.

The algorithm should ignore user's income transactions in all predictions, so it always considers the worse case scenario, which is when all incomes stop suddenly.

It is also important to consider seasonality because we spend more in some months and less in others. For example: we may spend more in August with school supplies and less in September when the routine gets back to normal. More in December because of Christmas and less in January. Etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants