History Limit repo processor
A rep processor that allows to limit the history of a signal to a given time range relative to the prediction time point. There is also an option to virtually erase the signal completely so when the model will try to access the signal it will be empty. Mainly used as a pre processor in model apply to see how history impact performance.
- name : "limit_history" or "history_limit" parameters:
- signal - signal name time_channel - the time channel to limit by
- win_from , win_to - the time window to select
- delete_sig : if 1 : delete the signal from record.
- rep_time_unit , win_time_unit : global by default, otherwise as stated.
Example json lines:
Example as pre processor: A pre processor json file that limits history for RDW: