You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Hi,
The
validation_time_split()
is not working as expected whenlag
is used.The calculation seems to be correct but in the end the source code removes the
out_id
using the functionrm_out(split)
. As a result one gets always the same results for assessment regardless of thelag
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.
The text was updated successfully, but these errors were encountered: