Skip to content

Commit 1a7ea7c

Browse files
committed
Updated documentation to reflect verison 0.0.28b
1 parent bc4ce48 commit 1a7ea7c

19 files changed

+84
-26
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 467fdae465f986bb3ac9ad8fa5e0cd8e
3+
config: 8b1170d454e2a34e51e36521dfbb3150
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.buildinfo.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 741cf928a5633c3cf9847fb60a28953a
3+
config: 467fdae465f986bb3ac9ad8fa5e0cd8e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/changelog.rst.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,25 @@ Changelog
2525
.. important::
2626
Complete version release history available `here <https://pypi.org/project/model-tuner/#history>`_
2727

28+
29+
Version 0.0.28b (Beta)
30+
-----------------------
31+
32+
- Updated CalibratedClassifier to use validation set by @lshpaner in https://github.com/uclamii/model_tuner/pull/193
33+
- Updated docstring for `stratify_y` in `train_val_test_split` by @lshpaner in https://github.com/uclamii/model_tuner/pull/194
34+
35+
**Full Changelog**: https://github.com/uclamii/model_tuner/compare/0.0.27b...0.0.28b
36+
37+
Version 0.0.27b (Beta)
38+
-----------------------
39+
40+
- Xgboost n estimators fix by @elemets in https://github.com/uclamii/model_tuner/pull/186
41+
- Google colab compatibility - pandas version by @elemets in https://github.com/uclamii/model_tuner/pull/187
42+
43+
44+
**Full Changelog**: https://github.com/uclamii/model_tuner/compare/0.0.26b...0.0.27b
45+
46+
2847
Version 0.0.26b (Beta)
2948
-----------------------
3049

docs/_sources/getting_started.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Welcome to Model Tuner's Documentation!
2525
========================================
2626

2727
.. important::
28-
This documentation is for ``model_tuner`` version ``0.0.026b``.
28+
This documentation is for ``model_tuner`` version ``0.0.028b``.
2929

3030

3131
What Does Model Tuner Offer?

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.0.26b0',
2+
VERSION: '0.0.28b0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>GitHub Repository &mdash; Model Tuner 0.0.26b0 documentation</title>
9+
<title>GitHub Repository &mdash; Model Tuner 0.0.28b0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="canonical" href="https://uclamii.github.io/model_tuner/about.html" />
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=eb2198be"></script>
19+
<script src="_static/documentation_options.js?v=2ce77d63"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

docs/caveats.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Zero Variance Columns &mdash; Model Tuner 0.0.26b0 documentation</title>
9+
<title>Zero Variance Columns &mdash; Model Tuner 0.0.28b0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="canonical" href="https://uclamii.github.io/model_tuner/caveats.html" />
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=eb2198be"></script>
19+
<script src="_static/documentation_options.js?v=2ce77d63"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

docs/changelog.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Changelog &mdash; Model Tuner 0.0.26b0 documentation</title>
9+
<title>Changelog &mdash; Model Tuner 0.0.28b0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="canonical" href="https://uclamii.github.io/model_tuner/changelog.html" />
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=eb2198be"></script>
19+
<script src="_static/documentation_options.js?v=2ce77d63"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -85,6 +85,8 @@
8585
<li class="toctree-l1"><a class="reference internal" href="about.html#acknowledgements">Acknowledgements</a></li>
8686
<li class="toctree-l1"><a class="reference internal" href="about.html#citing-model-tuner">Citing Model Tuner</a></li>
8787
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
88+
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-28b-beta">Version 0.0.28b (Beta)</a></li>
89+
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-27b-beta">Version 0.0.27b (Beta)</a></li>
8890
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-26b-beta">Version 0.0.26b (Beta)</a></li>
8991
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-25a">Version 0.0.25a</a></li>
9092
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-24a">Version 0.0.24a</a></li>
@@ -145,6 +147,22 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
145147
<p class="admonition-title">Important</p>
146148
<p>Complete version release history available <a class="reference external" href="https://pypi.org/project/model-tuner/#history">here</a></p>
147149
</div>
150+
<section id="version-0-0-28b-beta">
151+
<h2>Version 0.0.28b (Beta)<a class="headerlink" href="#version-0-0-28b-beta" title="Link to this heading"></a></h2>
152+
<ul class="simple">
153+
<li><p>Updated CalibratedClassifier to use validation set by &#64;lshpaner in <a class="reference external" href="https://github.com/uclamii/model_tuner/pull/193">https://github.com/uclamii/model_tuner/pull/193</a></p></li>
154+
<li><p>Updated docstring for <cite>stratify_y</cite> in <cite>train_val_test_split</cite> by &#64;lshpaner in <a class="reference external" href="https://github.com/uclamii/model_tuner/pull/194">https://github.com/uclamii/model_tuner/pull/194</a></p></li>
155+
</ul>
156+
<p><strong>Full Changelog</strong>: <a class="reference external" href="https://github.com/uclamii/model_tuner/compare/0.0.27b...0.0.28b">https://github.com/uclamii/model_tuner/compare/0.0.27b…0.0.28b</a></p>
157+
</section>
158+
<section id="version-0-0-27b-beta">
159+
<h2>Version 0.0.27b (Beta)<a class="headerlink" href="#version-0-0-27b-beta" title="Link to this heading"></a></h2>
160+
<ul class="simple">
161+
<li><p>Xgboost n estimators fix by &#64;elemets in <a class="reference external" href="https://github.com/uclamii/model_tuner/pull/186">https://github.com/uclamii/model_tuner/pull/186</a></p></li>
162+
<li><p>Google colab compatibility - pandas version by &#64;elemets in <a class="reference external" href="https://github.com/uclamii/model_tuner/pull/187">https://github.com/uclamii/model_tuner/pull/187</a></p></li>
163+
</ul>
164+
<p><strong>Full Changelog</strong>: <a class="reference external" href="https://github.com/uclamii/model_tuner/compare/0.0.26b...0.0.27b">https://github.com/uclamii/model_tuner/compare/0.0.26b…0.0.27b</a></p>
165+
</section>
148166
<section id="version-0-0-26b-beta">
149167
<h2>Version 0.0.26b (Beta)<a class="headerlink" href="#version-0-0-26b-beta" title="Link to this heading"></a></h2>
150168
<ul class="simple">

docs/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &mdash; Model Tuner 0.0.26b0 documentation</title>
8+
<title>Index &mdash; Model Tuner 0.0.28b0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -15,7 +15,7 @@
1515
<link rel="canonical" href="https://uclamii.github.io/model_tuner/genindex.html" />
1616
<script src="_static/jquery.js?v=5d32c60e"></script>
1717
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
18-
<script src="_static/documentation_options.js?v=eb2198be"></script>
18+
<script src="_static/documentation_options.js?v=2ce77d63"></script>
1919
<script src="_static/doctools.js?v=9bcbadda"></script>
2020
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2121
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

docs/getting_started.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Welcome to Model Tuner’s Documentation! &mdash; Model Tuner 0.0.26b0 documentation</title>
9+
<title>Welcome to Model Tuner’s Documentation! &mdash; Model Tuner 0.0.28b0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -16,7 +16,7 @@
1616
<link rel="canonical" href="https://uclamii.github.io/model_tuner/getting_started.html" />
1717
<script src="_static/jquery.js?v=5d32c60e"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
19-
<script src="_static/documentation_options.js?v=eb2198be"></script>
19+
<script src="_static/documentation_options.js?v=2ce77d63"></script>
2020
<script src="_static/doctools.js?v=9bcbadda"></script>
2121
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2222
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -123,7 +123,7 @@
123123
<h1>Welcome to Model Tuner’s Documentation!<a class="headerlink" href="#welcome-to-model-tuner-s-documentation" title="Link to this heading"></a></h1>
124124
<div class="admonition important">
125125
<p class="admonition-title">Important</p>
126-
<p>This documentation is for <code class="docutils literal notranslate"><span class="pre">model_tuner</span></code> version <code class="docutils literal notranslate"><span class="pre">0.0.026b</span></code>.</p>
126+
<p>This documentation is for <code class="docutils literal notranslate"><span class="pre">model_tuner</span></code> version <code class="docutils literal notranslate"><span class="pre">0.0.028b</span></code>.</p>
127127
</div>
128128
<section id="what-does-model-tuner-offer">
129129
<h2>What Does Model Tuner Offer?<a class="headerlink" href="#what-does-model-tuner-offer" title="Link to this heading"></a></h2>

0 commit comments

Comments
 (0)