Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kvarada committed Nov 21, 2023
1 parent f8db46d commit 30bd026
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 19 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lectures/17_natural-language-processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ <h2>Imports<a class="headerlink" href="#imports" title="Permalink to this headin
Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
</pre></div>
</div>
<img alt="../_images/777cd77d4242c43cd2dd8b3c07aaeffce92915b2ff811e4548fc78cd6fd24136.png" src="../_images/777cd77d4242c43cd2dd8b3c07aaeffce92915b2ff811e4548fc78cd6fd24136.png" />
<img alt="../_images/5689cab71a2d023300ef20dfc08bbfc9cf748e06c02206162b2d87cd6b47bebc.png" src="../_images/5689cab71a2d023300ef20dfc08bbfc9cf748e06c02206162b2d87cd6b47bebc.png" />
</div>
</div>
<div class="cell docutils container">
Expand Down
32 changes: 17 additions & 15 deletions lectures/19_time-series.html
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,9 @@ <h3>Encoding time of day as a categorical feature<a class="headerlink" href="#en
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
Train-set R^2: 0.87
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Train-set R^2: 0.87
Test-set R^2: 0.85
</pre></div>
</div>
Expand Down Expand Up @@ -2328,7 +2330,7 @@ <h2>Lag-based features<a class="headerlink" href="#lag-based-features" title="Pe
Test-set R^2: 0.69
</pre></div>
</div>
<img alt="../_images/5150da95375430c2933d48e4fc388a55452908c508d4d2b6a556e8852f1b5b13.png" src="../_images/5150da95375430c2933d48e4fc388a55452908c508d4d2b6a556e8852f1b5b13.png" />
<img alt="../_images/962a15d27c08b76884629e4a09173c3a2616c7daf78f0b4396a19a7f1bd09b38.png" src="../_images/962a15d27c08b76884629e4a09173c3a2616c7daf78f0b4396a19a7f1bd09b38.png" />
</div>
</div>
<p>The results are better than <code class="docutils literal notranslate"><span class="pre">Ridge</span></code> with lag features but they are not as good as the results with our previously engineered features. How about combining lag-based features and the previously extracted features?</p>
Expand All @@ -2347,11 +2349,11 @@ <h2>Lag-based features<a class="headerlink" href="#lag-based-features" title="Pe
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Train-set R^2: 0.96
Test-set R^2: 0.79
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Train-set R^2: 0.95
Test-set R^2: 0.81
</pre></div>
</div>
<img alt="../_images/b0a7e1d5a49f4ed2ed8a16cce855565a4b2be320bccefe01777eea067c3e4203.png" src="../_images/b0a7e1d5a49f4ed2ed8a16cce855565a4b2be320bccefe01777eea067c3e4203.png" />
<img alt="../_images/c08f86cea0da2332b3a196db5d3390cc21994b5430be9b839d21ab9f5081e989.png" src="../_images/c08f86cea0da2332b3a196db5d3390cc21994b5430be9b839d21ab9f5081e989.png" />
</div>
</div>
<p>Some improvement but we are getting better results without the lag features in this case.</p>
Expand Down Expand Up @@ -2451,36 +2453,36 @@ <h3>Cross-validation<a class="headerlink" href="#cross-validation" title="Permal
<tbody>
<tr>
<th>0</th>
<td>0.001065</td>
<td>0.000278</td>
<td>0.001153</td>
<td>0.000276</td>
<td>0.642676</td>
<td>0.873182</td>
</tr>
<tr>
<th>1</th>
<td>0.000933</td>
<td>0.000739</td>
<td>0.000582</td>
<td>0.000271</td>
<td>0.828405</td>
<td>0.874305</td>
</tr>
<tr>
<th>2</th>
<td>0.000750</td>
<td>0.000254</td>
<td>0.000849</td>
<td>0.000296</td>
<td>0.773851</td>
<td>0.901262</td>
</tr>
<tr>
<th>3</th>
<td>0.000604</td>
<td>0.000221</td>
<td>0.000994</td>
<td>0.000748</td>
<td>0.696712</td>
<td>0.889429</td>
</tr>
<tr>
<th>4</th>
<td>0.001104</td>
<td>0.000630</td>
<td>0.000959</td>
<td>0.000304</td>
<td>0.892733</td>
<td>0.863889</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion lectures/class_demos/14_class-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h2>Let’s cluster images!!<a class="headerlink" href="#let-s-cluster-images" t
Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
</pre></div>
</div>
<img alt="../../_images/48a5080bcd9cf4d13f1f354843c4d6d714c8339431fd608db9bb9626fc527b5b.png" src="../../_images/48a5080bcd9cf4d13f1f354843c4d6d714c8339431fd608db9bb9626fc527b5b.png" />
<img alt="../../_images/5a79f0fe6407e4934ef019946b276fd0480fa33949dee58d16e1a0afec676dbb.png" src="../../_images/5a79f0fe6407e4934ef019946b276fd0480fa33949dee58d16e1a0afec676dbb.png" />
</div>
</div>
<div class="cell docutils container">
Expand Down
2 changes: 1 addition & 1 deletion lectures/class_demos/15_class-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h1>Lecture 15: Class demo<a class="headerlink" href="#lecture-15-class-demo" ti
Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
</pre></div>
</div>
<img alt="../../_images/ba18b18b02c464f14da9f2d87f368ccb74c4c44097fa00d79994060a21cf0b86.png" src="../../_images/ba18b18b02c464f14da9f2d87f368ccb74c4c44097fa00d79994060a21cf0b86.png" />
<img alt="../../_images/677e0a4cd1a99211e9badf13c46c091f1a395e026378a1cbcb8f253ffd9f06c2.png" src="../../_images/677e0a4cd1a99211e9badf13c46c091f1a395e026378a1cbcb8f253ffd9f06c2.png" />
</div>
</div>
<div class="cell docutils container">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 30bd026

Please sign in to comment.