= {}
meta for name, W in weights.items():
= "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 @@ W.transform Appendix K — Air quality model training
)
Create weights of the order 5 identified as optimal.
-
+
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
= libpysal.weights.Queen.from_dataframe(data)
queen = libpysal.weights.DistanceBand.from_dataframe(data, 2000)
dist2000 = libpysal.weights.w_union(queen,dist2000) W