Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Nov 6, 2024
1 parent e278f00 commit 7b21b57
Show file tree
Hide file tree
Showing 6 changed files with 2,667 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
181cc872
52e50002
8 changes: 8 additions & 0 deletions changelog-news.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ <h2 id="toc-title">On this page</h2>
<ul class="collapse">
<li><a href="#new-features" id="toc-new-features" class="nav-link" data-scroll-target="#new-features">New Features</a>
<ul class="collapse">
<li><a href="#time-series-cross-validation-tscv" id="toc-time-series-cross-validation-tscv" class="nav-link" data-scroll-target="#time-series-cross-validation-tscv">Time Series Cross Validation (TSCV)</a></li>
<li><a href="#plotly-dropdowns" id="toc-plotly-dropdowns" class="nav-link" data-scroll-target="#plotly-dropdowns">Plotly Dropdowns</a></li>
<li><a href="#wide-format-plotting" id="toc-wide-format-plotting" class="nav-link" data-scroll-target="#wide-format-plotting">Wide-Format Plotting</a></li>
</ul></li>
Expand Down Expand Up @@ -408,6 +409,13 @@ <h1 class="title">Changelog for Pytimetk</h1>
<h1>pytimetk 1.0.1.9000</h1>
<section id="new-features" class="level2">
<h2 class="anchored" data-anchor-id="new-features">New Features</h2>
<section id="time-series-cross-validation-tscv" class="level3">
<h3 class="anchored" data-anchor-id="time-series-cross-validation-tscv">Time Series Cross Validation (TSCV)</h3>
<p>Integration with <code>timebasedcv</code> #291. New Classes:</p>
<ul>
<li><code>TimeSeriesCV()</code>: An enhanced version of <code>TimeBasedSplit()</code> that defaults to <code>mode = "backwards"</code>, allows for maximum splits using <code>split_limit</code>, and adds enhanced diagnostics like <code>glimpse()</code> and <code>plot()</code></li>
</ul>
</section>
<section id="plotly-dropdowns" class="level3">
<h3 class="anchored" data-anchor-id="plotly-dropdowns">Plotly Dropdowns</h3>
<p>A plotly dropdown automates the group-wise analysis. Instead of facets, which are only powerful for &lt;=9 plots at a time, a dropdown can easily visualize more plots.</p>
Expand Down
Loading

0 comments on commit 7b21b57

Please sign in to comment.