Let's say I am dealing with a fraud detection problem classification problem.
Each observation is a contract with static features such as length of contract, paid amount etc.
But it could also have dynamic features such as days since contract signed, days left for expiration etc.
How do i deal with those as they evolve over time? In the no fraud cases for example there will be no observation of no fraud for e.g. days left for expiration =20, 30, etc.
There is also the matter of independence of observation for most conventional machine learning techniques.
Such kind of model would also need to be able to provide predictions at different timestamps during the evolution of a contract.
I would appreciate it if someone could provide some useful resources for such problems (if there is anything available in tidymodels even better).
Thanks!