Skip to content

Commit

Permalink
Updating binary classification part
Browse files Browse the repository at this point in the history
  • Loading branch information
elemets committed Nov 13, 2024
2 parents f6e4dc8 + 12e3da5 commit a532764
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo.bak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 30c16f527d03e2f32b3ab00067a9aa8f
config: 4d115e8219837f5e7663068621637d0a
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/usage_guide.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_sources/usage_guide.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Binary Classification Examples

- .. raw:: html

<a href="https://colab.research.google.com/drive/1ujLL2mRtIWwGamnpWKIo2f271_Q103t-?usp=sharing#scrollTo=uMxyy0yvd2xQ" target="_blank">Binary Classification + KFold Example: Titanic Dataset - Categorical Data</a>
<a href="https://colab.research.google.com/drive/1ujLL2mRtIWwGamnpWKIo2f271_Q103t-?usp=sharing#scrollTo=uMxyy0yvd2xQ" target="_blank">Binary Classification + KFold Example: Titanic Dataset - Categorical Data</a>

- .. raw:: html

Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions docs/usage_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,8 @@ <h1>iPython Notebooks<a class="headerlink" href="#ipython-notebooks" title="Link
<h2>Binary Classification Examples<a class="headerlink" href="#binary-classification-examples" title="Link to this heading"></a></h2>
<blockquote>
<div><p><strong>Google Colab Notebooks</strong></p>
<ul class="simple">
<li></li>
</ul>
<p>&lt;a href=”<a class="reference external" href="https://colab.research.google.com/drive/1ujLL2mRtIWwGamnpWKIo2f271_Q103t">https://colab.research.google.com/drive/1ujLL2mRtIWwGamnpWKIo2f271_Q103t</a>-?usp=sharing#scrollTo=uMxyy0yvd2xQ” target=”_blank”&gt;Binary Classification + KFold Example: Titanic Dataset - Categorical Data&lt;/a&gt;</p>
<ul>
<li><a href="https://colab.research.google.com/drive/1ujLL2mRtIWwGamnpWKIo2f271_Q103t-?usp=sharing#scrollTo=uMxyy0yvd2xQ" target="_blank">Binary Classification + KFold Example: Titanic Dataset - Categorical Data</a></li>
<li><a href="https://colab.research.google.com/drive/12XywbGBiwlZIbi0C3JKu9NOQPPRgVwcp?usp=sharing#scrollTo=rm5TA__pC3M-" target="_blank">Binary Classification: AIDS Clinical Trials - Numerical Data</a></li>
<li><a href="https://colab.research.google.com/drive/1D9nl8rLdwxPEpiZplsU0I0lFSAec7NzP?authuser=1#scrollTo=tumIjsNpSAKC&uniqifier=1" target="_blank">Binary Classification: Breast Cancer - Numerical Data</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion source/usage_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Binary Classification Examples

- .. raw:: html

<a href="https://colab.research.google.com/drive/1ujLL2mRtIWwGamnpWKIo2f271_Q103t-?usp=sharing#scrollTo=uMxyy0yvd2xQ" target="_blank">Binary Classification + KFold Example: Titanic Dataset - Categorical Data</a>
<a href="https://colab.research.google.com/drive/1ujLL2mRtIWwGamnpWKIo2f271_Q103t-?usp=sharing#scrollTo=uMxyy0yvd2xQ" target="_blank">Binary Classification + KFold Example: Titanic Dataset - Categorical Data</a>

- .. raw:: html

Expand Down

0 comments on commit a532764

Please sign in to comment.