set.seed(1)
.get_fingerprint(vfold_cv(mtcars))
set.seed(1)
.get_fingerprint(vfold_cv(mtcars))
set.seed(2)
.get_fingerprint(vfold_cv(mtcars))
set.seed(1)
.get_fingerprint(vfold_cv(mtcars, repeats = 2))
Run the code above in your browser using DataLab