Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Dec 11, 2023
1 parent 55db1fe commit 50720e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
87334ceb
af9bc1ce
2 changes: 1 addition & 1 deletion code/02_models/04b_air_quality_model_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ <h1 class="title">Appendix J — Air Quality prediction model search</h1>
</div>
</div>
<p>Use Grid Search CV to find the best model for each weights option.</p>
<div class="cell" data-jupyter="{&quot;outputs_hidden&quot;:true}" data-tags="[]" data-execution_count="9">
<div class="cell" data-tags="[]" data-execution_count="9">
<div class="sourceCode cell-code" id="cb9"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a>meta <span class="op">=</span> {}</span>
<span id="cb9-2"><a href="#cb9-2" aria-hidden="true" tabindex="-1"></a><span class="cf">for</span> name, W <span class="kw">in</span> weights.items():</span>
<span id="cb9-3"><a href="#cb9-3" aria-hidden="true" tabindex="-1"></a> W.transform <span class="op">=</span> <span class="st">"r"</span></span>
Expand Down
2 changes: 1 addition & 1 deletion code/02_models/04c_air_quality_model_final.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h1 class="title">Appendix K — Air quality model training</h1>
<span id="cb6-8"><a href="#cb6-8" aria-hidden="true" tabindex="-1"></a>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>Create weights of the order 5 identified as optimal.</p>
<div class="cell" data-execution_count="7">
<div class="cell" data-jupyter="{&quot;outputs_hidden&quot;:true}" data-scrolled="true" data-execution_count="7">
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a>queen <span class="op">=</span> libpysal.weights.Queen.from_dataframe(data)</span>
<span id="cb7-2"><a href="#cb7-2" aria-hidden="true" tabindex="-1"></a>dist2000 <span class="op">=</span> libpysal.weights.DistanceBand.from_dataframe(data, <span class="dv">2000</span>)</span>
<span id="cb7-3"><a href="#cb7-3" aria-hidden="true" tabindex="-1"></a>W <span class="op">=</span> libpysal.weights.w_union(queen,dist2000)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="author" content="Anna Zanchetta, Martin Fleischmann, Dani Arribas-Bel; The Alan Turing Institute">
<meta name="dcterms.date" content="2023-11-24">
<meta name="dcterms.date" content="2023-12-11">

<title>Land Use Demonstrator</title>
<style>
Expand Down Expand Up @@ -300,7 +300,7 @@ <h1 class="title">Land Use Demonstrator</h1>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">November 24, 2023</p>
<p class="date">December 11, 2023</p>
</div>
</div>

Expand Down

0 comments on commit 50720e7

Please sign in to comment.