Skip to content

Commit

Permalink
Deployed be70f60 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 28, 2024
1 parent ef103d9 commit dd4403e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion endpoints/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<h1 id="endpoints">Endpoints</h1>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="359ade3d" src="swagger-359ade3d.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="d4887b35" src="swagger-d4887b35.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("359ade3d");
parent.update_swagger_ui_iframe_height("d4887b35");
});

// start observing for resizing
Expand Down
8 changes: 4 additions & 4 deletions metrics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@ <h4 id="determining-the-rate-of-correct-predictions">Determining the Rate of Cor
</table>
<ul>
<li>
<p>$\text{True Positive Rate (TPR)} = \dfrac{|TP|}{|TP| + |FN|} = \dfrac{|TP(threshold)|}{|TP(threshold)| + |FN(threshold)|}$</p>
<p>$$\text{True Positive Rate (TPR)} = \dfrac{|TP|}{|TP| + |FN|} = \dfrac{|TP(threshold)|}{|TP(threshold)| + |FN(threshold)|}$$</p>
</li>
<li>
<p>$\text{False Positive Rate (FPR)} = \dfrac{|FP|}{|FP| + |TN|} = \dfrac{|FP(threshold)|}{|FP(threshold)| + |TN(threshold)|}$</p>
<p>$$\text{False Positive Rate (FPR)} = \dfrac{|FP|}{|FP| + |TN|} = \dfrac{|FP(threshold)|}{|FP(threshold)| + |TN(threshold)|}$$</p>
</li>
</ul>
<p>We now use the confidence scores, sorted in decreasing order, as our thresholds in order to generate points on a curve.</p>
Expand Down Expand Up @@ -585,10 +585,10 @@ <h3 id="multiclass-precision-and-recall">Multiclass Precision and Recall</h3>
</table>
<ul>
<li>
<p>$Precision = \dfrac{|TP|}{|TP| + |FP|} = \dfrac{\text{Number of True Predictions}}{|\text{Predictions}|}$</p>
<p>$$Precision = \dfrac{|TP|}{|TP| + |FP|} = \dfrac{\text{Number of True Predictions}}{|\text{Predictions}|}$$</p>
</li>
<li>
<p>$Recall = \dfrac{|TP|}{|TP| + |FN|} = \dfrac{\text{Number of True Predictions}}{|\text{Groundtruths}|}$</p>
<p>$$Recall = \dfrac{|TP|}{|TP| + |FN|} = \dfrac{\text{Number of True Predictions}}{|\text{Groundtruths}|}$$</p>
</li>
</ul>
<h3 id="matching-ground-truths-with-predictions">Matching Ground Truths with Predictions</h3>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit dd4403e

Please sign in to comment.