|
6 | 6 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | | - <title>Changelog — Model Tuner 0.0.26b0 documentation</title> |
| 9 | + <title>Changelog — Model Tuner 0.0.28b0 documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> |
|
16 | 16 | <link rel="canonical" href="https://uclamii.github.io/model_tuner/changelog.html" /> |
17 | 17 | <script src="_static/jquery.js?v=5d32c60e"></script> |
18 | 18 | <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> |
20 | 20 | <script src="_static/doctools.js?v=9bcbadda"></script> |
21 | 21 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
22 | 22 | <script src="_static/clipboard.min.js?v=a7894cd8"></script> |
|
85 | 85 | <li class="toctree-l1"><a class="reference internal" href="about.html#acknowledgements">Acknowledgements</a></li> |
86 | 86 | <li class="toctree-l1"><a class="reference internal" href="about.html#citing-model-tuner">Citing Model Tuner</a></li> |
87 | 87 | <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> |
88 | 90 | <li class="toctree-l2"><a class="reference internal" href="#version-0-0-26b-beta">Version 0.0.26b (Beta)</a></li> |
89 | 91 | <li class="toctree-l2"><a class="reference internal" href="#version-0-0-25a">Version 0.0.25a</a></li> |
90 | 92 | <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 |
145 | 147 | <p class="admonition-title">Important</p> |
146 | 148 | <p>Complete version release history available <a class="reference external" href="https://pypi.org/project/model-tuner/#history">here</a></p> |
147 | 149 | </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 @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 @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 @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 @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> |
148 | 166 | <section id="version-0-0-26b-beta"> |
149 | 167 | <h2>Version 0.0.26b (Beta)<a class="headerlink" href="#version-0-0-26b-beta" title="Link to this heading"></a></h2> |
150 | 168 | <ul class="simple"> |
|
0 commit comments