Closed
Description
Hi,
The validation_time_split()
is not working as expected when lag
is used.
The calculation seems to be correct but in the end the source code removes the out_id
using the function rm_out(split)
. As a result one gets always the same results for assessment regardless of the lag
used.
It seems to be a simple fix, but I do not know how to make a pull request. Would appreciate if you could fix that. Thanks.