R/rename.prediction.columns.R

rename.prediction.columns <- function(predictions, model.name)
{
  colnames(predictions) <- paste(model.name, colnames(predictions), sep = "_")
  predictions
}
rladeira/stacking documentation built on May 27, 2019, 9:28 a.m.