I want to implement a model which can predict the future events with dates. Consider the dataset ( https://www.start.umd.edu/gtd/ ). This dataset contains the history of terrorism event between 1970 and 2014. I will use only 5 columns including Date(when event took place). My goal is to implement a model which can predict future event with date. I have read different studies but failed to select model. So far I have selected Random Forest to implement this task but I need suggestion that my choice is right or do I have better options than Random Forest.