<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Metrics - Tag - Xiaopeng Xu</title><link>https://xu-xp.com/tags/metrics/</link><description>Metrics - Tag - Xiaopeng Xu</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</managingEditor><webMaster>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</webMaster><lastBuildDate>Fri, 14 May 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://xu-xp.com/tags/metrics/" rel="self" type="application/rss+xml"/><item><title>Metrics 评估指标</title><link>https://xu-xp.com/posts/ml_metrics/</link><pubDate>Fri, 14 May 2021 00:00:00 +0000</pubDate><author>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</author><guid>https://xu-xp.com/posts/ml_metrics/</guid><description><![CDATA[<p></p>
<h2 id="准确性-accuracy">准确性 Accuracy</h2>
<blockquote>
<p>Acc. = (TP + TN)/(TP + FP + TN + FN)</p>
</blockquote>
<h2 id="精确性-precision-or-positive-predictive-value-ppv">精确性 Precision or Positive Predictive Value (PPV)</h2>
<blockquote>
<p>PPV = TP / (TP + FP)</p>
</blockquote>
<h2 id="召回率敏感性-sensitivity-recall-or-true-positive-rate-tpr">召回率/敏感性 Sensitivity, Recall, or True Positive Rate (TPR)</h2>
<blockquote>
<p>TPR = TP / (TP + FN)</p>
</blockquote>
<h2 id="特异性选择性-specificity-selectivity-or-true-negative-rate-tnr">特异性/选择性 Specificity, Selectivity, or True Negative Rate (TNR)</h2>
<blockquote>
<p>TNR = TN / (TN + FP)</p>
</blockquote>
<h2 id="negative-predictive-value-npv">Negative Predictive Value (NPV)</h2>
<blockquote>
<p>NPV = TN / (TN + FN)</p>]]></description></item></channel></rss>