Skip to content

Commit b034aa6

Browse files
committed
Update NEWS with contributor credit
1 parent 21890af commit b034aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rsample (development version)
22

3-
* The lag argument for initial_time_split() has been deprecated (#447). Supporting lags required overlapping rows between training and testing, which introduced data leakage (as discussed in #168). Users should instead pre-compute lagged variables before splitting, so that the test set remains strictly out-of-sample.
3+
* The lag argument for `initial_time_split()` has been soft deprecated (@bjornkallerud, #592).
44

55
# rsample 1.3.1
66

0 commit comments

Comments
 (0)