Skip to content

Commit

Permalink
Fixed issue with replicating training data
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMostert committed Jul 31, 2024
1 parent 93cbc95 commit 19cbfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/blockedCV.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ blockedCV <- function(data, options = list(),

for (dataSub in 1:length(datasetCombs)) {

dataToUse <- datasetCombs[[dataSub]]
dataToUse <- unique(datasetCombs[[dataSub]])

for (fold in unique(unlist(block_index))) {

Expand Down

0 comments on commit 19cbfd1

Please sign in to comment.