The current signals example fails to work because the generation of RSI features needs to first remove NaN entries. Moreover, model training fails because the target name has changed.
This PR fixed the two issues by:
Moving the dropna command before grouping by dates,
The current signals example fails to work because the generation of RSI features needs to first remove NaN entries. Moreover, model training fails because the target name has changed.
This PR fixed the two issues by:
dropna
command before grouping by dates,TARGET_NAME
totarget_4d