get_roc_curve_data | R Documentation |
ROC curves are returned by roc_curve
, e.g.
roc_curve.classification_learner
get_roc_curve_data(curve)
curve |
The curve to query. |
The data is returned as a list with two keys: auc
giving the
area-under-the-curve, and coords
containing a vector of lists
representing each point on the curve, each with keys fpr
(the false
positive rate), tpr
(the true positive rate) and threshold
(the threshold).
Julia Equivalent:
IAI.get_roc_curve_data
Requires IAI version 2.1 or higher.
## Not run: iai::get_roc_curve_data(curve)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.