Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0507688 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Sep 27, 2023
1 parent 060ae4a commit b33fc80
Show file tree
Hide file tree
Showing 24 changed files with 585 additions and 130 deletions.
Binary file modified .doctrees/_notebooks/Basic_usage.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/Tutorial.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/Using_redflag_with_Pandas.doctree
Binary file not shown.
Binary file modified .doctrees/_notebooks/Using_redflag_with_sklearn.doctree
Binary file not shown.
Binary file modified .doctrees/changelog.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/redflag.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
22 changes: 11 additions & 11 deletions _notebooks/Basic_usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1>🚩 Basic usage<a class="headerlink" href="#basic-usage" title="Permalink t
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&#39;0.1.dev1+g96ac82d&#39;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&#39;0.4.0rc1&#39;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -547,7 +547,7 @@ <h2>Imbalance metrics<a class="headerlink" href="#imbalance-metrics" title="Perm
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.lines.Line2D at 0x7f17ca3f72d0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.lines.Line2D at 0x7f8ac0583310&gt;
</pre></div>
</div>
<img alt="../_images/2bb44d03d42247969124582eea41e70bf462d350c4bfaceb853eecf4e89f5d6d.png" src="../_images/2bb44d03d42247969124582eea41e70bf462d350c4bfaceb853eecf4e89f5d6d.png" />
Expand Down Expand Up @@ -630,7 +630,7 @@ <h2>Outliers<a class="headerlink" href="#outliers" title="Permalink to this head
use_inf_as_na option is deprecated and will be removed in a future version. Convert inf values to NaN before operating instead.
</pre></div>
</div>
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.JointGrid at 0x7f17c843d710&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.JointGrid at 0x7f8a8d0d0090&gt;
</pre></div>
</div>
<img alt="../_images/7f1d114ebd5dc69f6ffee981278b2058bc2c78ca4b6ea7e3ad264388429d3ee5.png" src="../_images/7f1d114ebd5dc69f6ffee981278b2058bc2c78ca4b6ea7e3ad264388429d3ee5.png" />
Expand Down Expand Up @@ -689,10 +689,10 @@ <h2>Outliers<a class="headerlink" href="#outliers" title="Permalink to this head
use_inf_as_na option is deprecated and will be removed in a future version. Convert inf values to NaN before operating instead.
</pre></div>
</div>
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x7f17c838ccd0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x7f8a8cfb2e10&gt;
</pre></div>
</div>
<img alt="../_images/d7c8d901883c9d1b74e19dacf493c347184637b9408d881e681ee912d6ba0c17.png" src="../_images/d7c8d901883c9d1b74e19dacf493c347184637b9408d881e681ee912d6ba0c17.png" />
<img alt="../_images/c0c1962d29e7e150fc708abea8ff668162e08bc30868c49f83ff65489ab29050.png" src="../_images/c0c1962d29e7e150fc708abea8ff668162e08bc30868c49f83ff65489ab29050.png" />
</div>
</div>
<p>This truncated normal distribution has no outliers (there are only about 60, compared to the 100 we expect at this confidence level of 99% on this dataset of 10,000 records).</p>
Expand Down Expand Up @@ -737,7 +737,7 @@ <h2>Clipping<a class="headerlink" href="#clipping" title="Permalink to this head
use_inf_as_na option is deprecated and will be removed in a future version. Convert inf values to NaN before operating instead.
</pre></div>
</div>
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x7f17c81c3290&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x7f8a8d0df310&gt;
</pre></div>
</div>
<img alt="../_images/cd5838a765b85cc46ad4d3822253aaa1b0e9802d751724777bec08aee732895f.png" src="../_images/cd5838a765b85cc46ad4d3822253aaa1b0e9802d751724777bec08aee732895f.png" />
Expand Down Expand Up @@ -782,7 +782,7 @@ <h2>Distribution shape<a class="headerlink" href="#distribution-shape" title="Pe
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Distribution(name=&#39;gumbel_r&#39;, shape=[], loc=10.040572536302586, scale=4.93432972751726)
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Distribution(name=&#39;gumbel_r&#39;, shape=[], loc=10.04057253630259, scale=4.93432972751726)
</pre></div>
</div>
</div>
Expand All @@ -798,7 +798,7 @@ <h2>Distribution shape<a class="headerlink" href="#distribution-shape" title="Pe
use_inf_as_na option is deprecated and will be removed in a future version. Convert inf values to NaN before operating instead.
</pre></div>
</div>
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x7f17c8141590&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x7f8a8cef7310&gt;
</pre></div>
</div>
<img alt="../_images/9a24bafc24d9b00917a0e1f2bf75c12f68152f5e5322a8a58a83974f1943cf77.png" src="../_images/9a24bafc24d9b00917a0e1f2bf75c12f68152f5e5322a8a58a83974f1943cf77.png" />
Expand Down Expand Up @@ -947,7 +947,7 @@ <h2>Feature importance<a class="headerlink" href="#feature-importance" title="Pe
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>array([0.25782719, 0.40422669, 0.272979 , 0.04737446, 0. ])
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>array([0.33755287, 0.24960534, 0.36065005, 0.05219174, 0. ])
</pre></div>
</div>
</div>
Expand All @@ -974,7 +974,7 @@ <h2>Feature importance<a class="headerlink" href="#feature-importance" title="Pe
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>array([1, 2, 0])
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>array([2, 0, 1])
</pre></div>
</div>
</div>
Expand All @@ -992,7 +992,7 @@ <h2>Feature importance<a class="headerlink" href="#feature-importance" title="Pe
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>array([0.08662648, 0.35988089, 0.52122602, 0.03226661, 0. ])
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>array([0.0949929 , 0.36926528, 0.51007619, 0.02566563, 0. ])
</pre></div>
</div>
</div>
Expand Down
Loading

0 comments on commit b33fc80

Please sign in to comment.