Skip to content

Commit

Permalink
Add logger message when caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lhjohn committed Oct 6, 2023
1 parent 2220ff2 commit 9f8d23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Estimator.R
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ gridCvDeep <- function(mappedData,
}
}
}

ParallelLogger::logInfo(paste0("Caching all grid search results and prediction for best combination ", indexOfMax))
trainCache$saveGridSearchPredictions(gridSearchPredictons)
}

Expand Down

0 comments on commit 9f8d23a

Please sign in to comment.