Saves the prediction dataframe to RDS
savePrediction(prediction, dirPath, fileName = "prediction.rds")
The prediciton data.frame
The directory to save the prediction RDS
The name of the RDS file that will be saved in dirPath
Saves the prediction data frame returned by predict.R to an RDS file and returns the fileLocation where the prediction is saved