<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fpr Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/fpr/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/fpr/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Fri, 07 Nov 2025 14:00:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Receiver Operating Characteristic</title>
		<link>https://creatronix.de/receiver-operating-characteristic/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Sat, 04 Aug 2018 15:00:00 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[auc]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[fpr]]></category>
		<category><![CDATA[roc]]></category>
		<category><![CDATA[tpr]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1656</guid>

					<description><![CDATA[<p>ROC Curve As we already introduced Precision and Recall  the ROC curve is another way of looking at the quality of classification algorithms. ROC stands for Receiver Operating Characteristic The ROC curve is created by plotting the true positive rate (TPR) on the y-axis against the false positive rate (FPR) on the x-axis at various&#8230;</p>
<p>The post <a href="https://creatronix.de/receiver-operating-characteristic/">Receiver Operating Characteristic</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>ROC Curve</h2>
<p>As we already introduced <a href="https://creatronix.de/classification-precision-and-recall/">Precision and Recall </a> the ROC curve is another way of looking at the quality of classification algorithms.</p>
<p>ROC stands for Receiver Operating Characteristic</p>
<p>The ROC curve is created by plotting the true positive rate (TPR) on the y-axis against the false positive rate (FPR) on the x-axis at various threshold settings.</p>
<p>You already know the <strong>TPR</strong> as <strong>recall</strong> or sensitivity.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-1673" src="https://creatronix.de/wp-content/uploads/2018/06/recall.png" alt="" width="479" height="480" srcset="https://creatronix.de/wp-content/uploads/2018/06/recall.png 479w, https://creatronix.de/wp-content/uploads/2018/06/recall-150x150.png 150w, https://creatronix.de/wp-content/uploads/2018/06/recall-300x300.png 300w, https://creatronix.de/wp-content/uploads/2018/06/recall-100x100.png 100w" sizes="(max-width: 479px) 100vw, 479px" /></p>
<p>The false positive rate is defined as <strong>FPR = FP / (FP + TN)</strong></p>
<p><img decoding="async" class="alignnone size-full wp-image-1725" src="https://creatronix.de/wp-content/uploads/2018/07/false_positive_rate.png" alt="" width="479" height="480" srcset="https://creatronix.de/wp-content/uploads/2018/07/false_positive_rate.png 479w, https://creatronix.de/wp-content/uploads/2018/07/false_positive_rate-150x150.png 150w, https://creatronix.de/wp-content/uploads/2018/07/false_positive_rate-300x300.png 300w, https://creatronix.de/wp-content/uploads/2018/07/false_positive_rate-100x100.png 100w" sizes="(max-width: 479px) 100vw, 479px" /></p>
<h2>Advantage</h2>
<p>ROC curves have a big advantage: they are insensitive to changes in class distribution.</p>
<h3>sklearn</h3>
<pre>from sklearn.metrics import roc_curve</pre>
<p>The post <a href="https://creatronix.de/receiver-operating-characteristic/">Receiver Operating Characteristic</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
