all public dashboard stuff changed to static dashboard stuff

This commit is contained in:
2026-07-27 14:39:50 -06:00
parent 786b896619
commit bc9a133ee6
5 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ possible, but must never appear in public outputs.
- Extreme repeat counts exist and require invalid/shared-identifier filtering.
Use a salted one-way internal token if a stable identifier is needed during
feature engineering. Never send VINs or plates to the browser or Bolt.
feature engineering. Never send VINs or plates to the browser.
## Operational and sensitive relations
-1
View File
@@ -222,4 +222,3 @@ ranking, production model, diagnosis, or individual decision tool.
- [Private-to-public architecture](architecture.mmd)
- [10-minute presentation outline](presentation_outline.md)
- [Dashboard demo script](demo_script.md)
- [Optional public-hosting notes](bolt_deployment.md)
+1 -1
View File
@@ -162,7 +162,7 @@ Use option 1 as the main story and option 6 as its data-engineering foundation:
3. Compare a transparent logistic baseline with a tree model.
4. Validate on a later time period and separately by county/source.
5. Export only aggregate scorecards, curves, and de-identified model outputs.
6. Build the public Bolt dashboard over those safe outputs.
6. Build the static dashboard over those safe outputs.
This gives the project a coherent end-to-end narrative across data engineering,
analytics, machine learning, responsible validation, and product design.