Learn R Programming

MLwrap (version 0.1.0)

plot_pr_curve: Plotting Precision-Recall Curve

Description

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.

Usage

plot_pr_curve(analysis_object)

Value

analysis_object

Arguments

analysis_object

Fitted analysis_object with 'fine_tuning()'.