diff --git a/R/Estimator.R b/R/Estimator.R index c2dba62..1ff990f 100644 --- a/R/Estimator.R +++ b/R/Estimator.R @@ -382,7 +382,7 @@ gridCvDeep <- function(mappedData, } } } - + ParallelLogger::logInfo(paste0("Caching all grid search results and prediction for best combination ", indexOfMax)) trainCache$saveGridSearchPredictions(gridSearchPredictons) }