Dataset Requirement for Amazon Personalize

0

I am facing problem with user-interaction dataset as TIMESTAMP is mandatory in aws personalize.But I don't have TIMESTAMP instead I have date in the dataset.What to do ?

asked a year ago240 views
1 Answer
0
Accepted Answer

You can just assume the interaction to happen at midnight (00:00:00) and then convert your date data into UNIX timestamp. Going forward, you can change the way you capture your data to also record the event/interaction timestamp.

AWS
answered a year ago
  • Thank you rizputra. I don't have event_type in my dataset. Would amazon personalize accept my data.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions