removed/commented out unused console.log statements
How the prediction works:
gets the last 12 months' worth of data, excluding the current one.
uses SES to predict it
eg. today is august 15 2023. it will take data from july 1 2022 to july 31,2023. it will use this data to estimate how much will be spent on august
How the prediction works: