Skip to content

Commit 9e61b4d

Browse files
committed
reference added
1 parent 3ed031f commit 9e61b4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/spacetime_folds.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Create spatial, temporal or spatio-temporal Folds for cross validation based on
4343
4444
```cv_indices_train, cv_indices_test = spacetime_folds(x;spacevar="var1", timevar="var2", k=10, class=nothing, seed=23)```
4545
46+
## References
47+
48+
Meyer, H., Reudenbach, C., Hengl, T., Katurji, M., Nauß, T. (2018): Improving performance of spatio-temporal machine learning models using forward feature selection and target-oriented validation. Environmental Modelling & Software 101: 1-9.
4649
"""
4750
function spacetime_folds(
4851
x;

0 commit comments

Comments
 (0)