Description Usage Arguments Value Examples
This is a conveneince function to plot actual vs predicted performances. Running this function only makes sense if the user knows the true labels and have already run the calculate_performance() functions using the actual labels.
1 |
summa |
A summa object created using the calculate_performance() function |
A plot that compares actual v.s. predicted performance as well as the output of the majority vote and summa ensemble
1 2 3 4 | data=create_predictions(20,30,0.3,"binary")
summa=summa(data$predictions,"binary")
summa=calculate_performance(summa,data$actual_labels)
summa_plot(summa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.