ML price prediction problem on time series data
I have some time series data describing purchasing logs of various items, like product P purchased for amount M on D date at Z place, and some other additional features. All I want to do is to predict how much does it need to be paid for purchasing P product on the date D+n at Zn place with identical additional features. How to approach this? I'm thinking of using Tensorflow.