In this exercise, you are expected to forecast daily cash transactions for an ATM. The training data is provided as a .csv file. It includes 3 columns: CashIn, CashOut, and Date. CashIn column contains the total deposit amount of the ATM for the given date. CashOut column contains the withdrawal values of given date on ATM. (i.e. CashIn: Toplam yatırılan para miktarı, CashOut: Toplam çekilen para miktarı)
Using the data you have been provided, you are expected to forecast the CashIn and CashOut values between 2019-04-01 and 2019-04-30. You are free to use any model or models to conduct this prediction, as well as any preprocessing or additional features you see fit. The CashIn and CashOut values belong to the same ATM but can be treated independently, so you are basically expected to provide two separate forecasts.
At the end of this exercise, you are expected to submit the below:
Click here to download exercise data csv file.
Please submit your answers via e-mail to careers@arutesolutions.com. We’ll review your results and contact you if we find your results satisfying.