From 50720e70d46e3164bd4ea36d9e8a86aae6f11557 Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Mon, 11 Dec 2023 13:09:06 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- code/02_models/04b_air_quality_model_search.html | 2 +- code/02_models/04c_air_quality_model_final.html | 2 +- index.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.nojekyll b/.nojekyll index 521f8ee..114fe2a 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -87334ceb \ No newline at end of file +af9bc1ce \ No newline at end of file diff --git a/code/02_models/04b_air_quality_model_search.html b/code/02_models/04b_air_quality_model_search.html index c8e7547..f793ff8 100644 --- a/code/02_models/04b_air_quality_model_search.html +++ b/code/02_models/04b_air_quality_model_search.html @@ -404,7 +404,7 @@

Appendix J — Air Quality prediction model search

Use Grid Search CV to find the best model for each weights option.

-
+
meta = {}
 for name, W in weights.items():
     W.transform = "r"
diff --git a/code/02_models/04c_air_quality_model_final.html b/code/02_models/04c_air_quality_model_final.html
index 3a7be5a..590c000 100644
--- a/code/02_models/04c_air_quality_model_final.html
+++ b/code/02_models/04c_air_quality_model_final.html
@@ -673,7 +673,7 @@ 

Appendix K — Air quality model training

)

Create weights of the order 5 identified as optimal.

-
+
queen = libpysal.weights.Queen.from_dataframe(data)
 dist2000 = libpysal.weights.DistanceBand.from_dataframe(data, 2000)
 W = libpysal.weights.w_union(queen,dist2000)
diff --git a/index.html b/index.html index 0af01be..d3d16ac 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + Land Use Demonstrator