R/Plotting.R
plotPredictionDistribution.Rd
Plot the side-by-side boxplots of prediction distribution, by class#'
plotPredictionDistribution(evaluation, type = "test", fileName = NULL)
evaluation | A prediction object as generated using the
|
---|---|
type | options: 'train' or test' |
fileName | Name of the file where the plot should be saved, for example
'plot.png'. See the function |
A ggplot object. Use the ggsave
function to save to file in a different
format.
Create a plot showing the side-by-side boxplots of prediction distribution, by class #'