Skip to content

Commit

Permalink
Deploying to gh-pages from @ 49b26e3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
felipegonzalez committed Nov 15, 2023
1 parent 0cbc912 commit 35822f6
Show file tree
Hide file tree
Showing 36 changed files with 206 additions and 209 deletions.
Binary file modified 05-regularizacion-1_files/figure-html/unnamed-chunk-34-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions 08-clasificacion-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2623,12 +2623,12 @@ <h2 data-number="8.8" class="anchored" data-anchor-id="ejercicio-datos-de-diabet
<div class="cell-output cell-output-stdout">
<pre><code>[[1]]
[,1]
[1,] 0.34734306
[1,] 0.34734303
[2,] 1.01705003
[3,] -0.05472932
[4,] -0.02247145
[5,] 0.51263183
[6,] 0.55927497
[3,] -0.05472931
[4,] -0.02247141
[5,] 0.51263177
[6,] 0.55927491
[7,] 0.45200703

[[2]]
Expand Down
Binary file modified 08-clasificacion-1_files/figure-html/unnamed-chunk-27-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions 09-clasificacion-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,15 +734,15 @@ <h4 class="unnumbered anchored" data-anchor-id="ejemplo-2">Ejemplo</h4>
.threshold specificity sensitivity
&lt;dbl&gt; &lt;dbl&gt; &lt;dbl&gt;
1 -Inf 0 1
2 0.00306 0 1
3 0.00347 0.00448 1
4 0.00408 0.00897 1
5 0.00439 0.0135 1
6 0.00478 0.0224 1
7 0.00488 0.0269 1
8 0.00506 0.0314 1
9 0.00514 0.0359 1
10 0.00564 0.0404 1
2 0.00305 0 1
3 0.00346 0.00448 1
4 0.00407 0.00897 1
5 0.00437 0.0135 1
6 0.00476 0.0224 1
7 0.00486 0.0269 1
8 0.00504 0.0314 1
9 0.00512 0.0359 1
10 0.00562 0.0404 1
# ℹ 311 more rows</code></pre>
</div>
<div class="sourceCode cell-code" id="cb31"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb31-1"><a href="#cb31-1" aria-hidden="true" tabindex="-1"></a><span class="fu">ggplot</span>(roc_tbl, </span>
Expand Down Expand Up @@ -824,7 +824,7 @@ <h4 class="unnumbered anchored" data-anchor-id="ejemplo-2">Ejemplo</h4>
modelo .metric .estimator .estimate
&lt;chr&gt; &lt;chr&gt; &lt;chr&gt; &lt;dbl&gt;
1 IMC y edad roc_auc binary 0.761
2 Todas roc_auc binary 0.866</code></pre>
2 Todas roc_auc binary 0.865</code></pre>
</div>
</div>
<p>En este ejemplo, vemos que casi no importa qué perfil de especificidad y sensibilidad busquemos: el clasificador que usa todas las variables domina casi siempre al clasificador que sólo utiliza IMC y edad.</p>
Expand Down
Binary file modified 09-clasificacion-2_files/figure-html/unnamed-chunk-17-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 09-clasificacion-2_files/figure-html/unnamed-chunk-20-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 09-clasificacion-2_files/figure-html/unnamed-chunk-22-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 09-clasificacion-2_files/figure-html/unnamed-chunk-23-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 09-clasificacion-2_files/figure-html/unnamed-chunk-24-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 09-clasificacion-2_files/figure-html/unnamed-chunk-25-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 09-clasificacion-2_files/figure-html/unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 35822f6

Please sign in to comment.