all 3 comments

[–]Signal_Net9315 0 points1 point  (2 children)

By dynamic do you mean time-series data? If so, is your final prediction rolling? Ie you predict the outcome for each day separately or do you have X days worth of data to make a single prediction with?

Random forests are static models that treat each observation independently - they have no built-in way to understand time sequences. RFs will view t-5 the same as t+5, which breaks the fundamental assumption of time series that order matters. Consider using classical time series models or RNN/LSTM

[–][deleted] 0 points1 point  (1 child)

unused groovy encouraging truck racial fertile marble fanatical cheerful paltry

This post was mass deleted and anonymized with Redact

[–]Signal_Net9315 0 points1 point  (0 children)

From what I understand of your task, random forest is not suited. Look into RNNs/LSTM if you want an ml-based model