View source: R/plotting_utils.R
plot_pr_curve | R Documentation |
The plot_pr_curve() function generates precision-recall curves, which are particularly valuable for evaluating classifier performance on imbalanced datasets. These curves show the relationship between precision and recall across different decision thresholds, complementing ROC curve analysis.
plot_pr_curve(analysis_object)
analysis_object |
Fitted analysis_object with 'fine_tuning()'. |
analysis_object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.