This function plots a whole dashboard with a model's results. It will automatically detect if it's a categorical or regression's model by checking how many different unique values the independent variable (tag) has.
mplot_full(tag, score, splits = 8, thresh = 5, subtitle = NA,
model_name = NA, save = FALSE, subdir = NA,
file_name = "viz_full.png")
Vector. Real known label
Vector. Predicted value or model's result
Integer. Numer of separations to plot
Integer. Threshold for selecting binary or regression models: this number is the threshold of unique values we should have in 'tag' (more than: regression; less than: classification)
Character. Subitle to show in plot
Character. Model's name
Boolean. Save output plot into working directory
Character. Sub directory on which you wish to save the plot
Character. File name as you wish to save the plot