Spaces:
Sleeping
Sleeping
Nhughes09 commited on
Commit ·
8bc4f75
1
Parent(s): f3cc9d2
Update WIN-027 to partial_confirmed directional asymmetry
Browse files- HUGGINGFACE_SPACE_INFO.md +43 -0
- api/current/predictions.json +17 -17
- api/current/results.json +1 -1
- api/master.json +20 -20
- api/master.txt +18 -18
- api/predictions.json +17 -17
- index.html +18 -18
HUGGINGFACE_SPACE_INFO.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face Space Deployment Guide
|
| 2 |
+
|
| 3 |
+
**Space URL:** [https://huggingface.co/spaces/ndwdgda/flateerthdome](https://huggingface.co/spaces/ndwdgda/flateerthdome)
|
| 4 |
+
**Live API Endpoint:** `https://ndwdgda-flateerthdome.hf.space/api/master.json`
|
| 5 |
+
|
| 6 |
+
## Credentials
|
| 7 |
+
|
| 8 |
+
- **Username:** `ndwdgda`
|
| 9 |
+
- **Write Token:** `(Ask User for HuggingFace Write Token)`
|
| 10 |
+
- **Git Remote:** `https://ndwdgda:<TOKEN>@huggingface.co/spaces/ndwdgda/flateerthdome`
|
| 11 |
+
|
| 12 |
+
_(The git remote is currently configured locally as `space` inside the `predictions` repository)._
|
| 13 |
+
|
| 14 |
+
## Architecture Note
|
| 15 |
+
|
| 16 |
+
We migrated from Cloudflare Workers to Hugging Face Spaces (Docker + FastAPI) to permanently bypass Cloudflare's aggressive static asset edge caching (`Content-Addressed Storage`), which ignored identical file paths without artificial version bumping.
|
| 17 |
+
|
| 18 |
+
The FastAPI app (`app.py`) dynamically serves the JSON API paths from the local filesystem on every request and forces `Cache-Control: no-store` headers.
|
| 19 |
+
|
| 20 |
+
## Deployment Workflow
|
| 21 |
+
|
| 22 |
+
To update the API in future sessions, you no longer need `wrangler`. Rebuild your JSON files natively and push to the `space` git remote.
|
| 23 |
+
|
| 24 |
+
```bash
|
| 25 |
+
cd /Users/nicholashughes/.gemini/antigravity/scratch/astro_observations/predictions
|
| 26 |
+
|
| 27 |
+
# Generate your updated JSONs as usual...
|
| 28 |
+
|
| 29 |
+
# Stage and commit your changes
|
| 30 |
+
git add -A
|
| 31 |
+
git commit -m "Update API: Version X"
|
| 32 |
+
|
| 33 |
+
# Push to Hugging Face
|
| 34 |
+
git push space main
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
_Note: After pushing, it takes ~2 minutes for the Hugging Face Space Docker container to build and restart._
|
| 38 |
+
|
| 39 |
+
To verify the live endpoint has updated natively:
|
| 40 |
+
|
| 41 |
+
```bash
|
| 42 |
+
curl -s https://ndwdgda-flateerthdome.hf.space/api/master.json | python3 -c "import json,sys; d=json.load(sys.stdin); print(f\"Version: {d.get('index', {}).get('current_version', 'N/A')} | Overall Confirmed: {d.get('scorecard', {}).get('overall', {}).get('confirmed', 'N/A')}\")"
|
| 43 |
+
```
|
api/current/predictions.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
},
|
| 31 |
"status": "pending",
|
| 32 |
"timestamp_sha256": "pending",
|
| 33 |
-
"sha256": "
|
| 34 |
"point_prediction": {
|
| 35 |
"value": -8.4,
|
| 36 |
"uncertainty": 1.7,
|
|
@@ -170,7 +170,7 @@
|
|
| 170 |
"coverage_fraction": 0.94,
|
| 171 |
"latitude_factor": 0.8
|
| 172 |
},
|
| 173 |
-
"sha256": "
|
| 174 |
"point_prediction": {
|
| 175 |
"value": -8.3,
|
| 176 |
"uncertainty": 1.7,
|
|
@@ -321,7 +321,7 @@
|
|
| 321 |
"coverage_fraction": 0.98,
|
| 322 |
"latitude_factor": 0.89
|
| 323 |
},
|
| 324 |
-
"sha256": "
|
| 325 |
"point_prediction": {
|
| 326 |
"value": -9.5,
|
| 327 |
"uncertainty": 1.9,
|
|
@@ -472,7 +472,7 @@
|
|
| 472 |
"coverage_fraction": 0.92,
|
| 473 |
"latitude_factor": 0.86
|
| 474 |
},
|
| 475 |
-
"sha256": "
|
| 476 |
"point_prediction": {
|
| 477 |
"value": -8.6,
|
| 478 |
"uncertainty": 1.7,
|
|
@@ -623,7 +623,7 @@
|
|
| 623 |
"coverage_fraction": 0.7,
|
| 624 |
"latitude_factor": 0.75
|
| 625 |
},
|
| 626 |
-
"sha256": "
|
| 627 |
"point_prediction": {
|
| 628 |
"value": -5.8,
|
| 629 |
"uncertainty": 1.2,
|
|
@@ -783,7 +783,7 @@
|
|
| 783 |
"inputs": {
|
| 784 |
"shielding": "Superconducting Gravimeter"
|
| 785 |
},
|
| 786 |
-
"sha256": "
|
| 787 |
"point_prediction": {
|
| 788 |
"value": null,
|
| 789 |
"uncertainty": null,
|
|
@@ -906,7 +906,7 @@
|
|
| 906 |
"status": "pending",
|
| 907 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 908 |
"inputs": {},
|
| 909 |
-
"sha256": "
|
| 910 |
"point_prediction": {
|
| 911 |
"value": null,
|
| 912 |
"uncertainty": null,
|
|
@@ -1042,7 +1042,7 @@
|
|
| 1042 |
"inputs": {
|
| 1043 |
"coverage_fraction": "< 0.4"
|
| 1044 |
},
|
| 1045 |
-
"sha256": "
|
| 1046 |
"point_prediction": {
|
| 1047 |
"value": "<2",
|
| 1048 |
"uncertainty": null,
|
|
@@ -1173,15 +1173,15 @@
|
|
| 1173 |
"confirmed_wins": [
|
| 1174 |
{
|
| 1175 |
"id": "WIN-027",
|
| 1176 |
-
"title": "Southern Hemisphere Distance
|
| 1177 |
-
"
|
| 1178 |
-
"
|
| 1179 |
-
"
|
| 1180 |
-
"
|
| 1181 |
-
"
|
| 1182 |
-
"
|
| 1183 |
-
"
|
| 1184 |
-
"
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
"id": "WIN-001",
|
|
|
|
| 30 |
},
|
| 31 |
"status": "pending",
|
| 32 |
"timestamp_sha256": "pending",
|
| 33 |
+
"sha256": "eaf0855f87cc7b53fc81b23881cabfcc13e940c90d8253c6bc01403bf68f7308",
|
| 34 |
"point_prediction": {
|
| 35 |
"value": -8.4,
|
| 36 |
"uncertainty": 1.7,
|
|
|
|
| 170 |
"coverage_fraction": 0.94,
|
| 171 |
"latitude_factor": 0.8
|
| 172 |
},
|
| 173 |
+
"sha256": "aafa90391ef5682e21e0d6853727c9a21f091ff4a940709ac1682ce078b1bf20",
|
| 174 |
"point_prediction": {
|
| 175 |
"value": -8.3,
|
| 176 |
"uncertainty": 1.7,
|
|
|
|
| 321 |
"coverage_fraction": 0.98,
|
| 322 |
"latitude_factor": 0.89
|
| 323 |
},
|
| 324 |
+
"sha256": "d2221c15b9523e83e020289c4177b36f535d8b3b569bf407c0518bcbb27e854d",
|
| 325 |
"point_prediction": {
|
| 326 |
"value": -9.5,
|
| 327 |
"uncertainty": 1.9,
|
|
|
|
| 472 |
"coverage_fraction": 0.92,
|
| 473 |
"latitude_factor": 0.86
|
| 474 |
},
|
| 475 |
+
"sha256": "2f1b8850fc34359afae774d82a91e1d6632fc5d49c9a00ec19d5449f77832b74",
|
| 476 |
"point_prediction": {
|
| 477 |
"value": -8.6,
|
| 478 |
"uncertainty": 1.7,
|
|
|
|
| 623 |
"coverage_fraction": 0.7,
|
| 624 |
"latitude_factor": 0.75
|
| 625 |
},
|
| 626 |
+
"sha256": "33b0c97f507f1c225b41558c25164fcbad2a11c146521057cc4c0ae46720a13c",
|
| 627 |
"point_prediction": {
|
| 628 |
"value": -5.8,
|
| 629 |
"uncertainty": 1.2,
|
|
|
|
| 783 |
"inputs": {
|
| 784 |
"shielding": "Superconducting Gravimeter"
|
| 785 |
},
|
| 786 |
+
"sha256": "6039f1c6012a5e203482562c56a2c903f1c758e549530bf3b52c5f12a7640ca8",
|
| 787 |
"point_prediction": {
|
| 788 |
"value": null,
|
| 789 |
"uncertainty": null,
|
|
|
|
| 906 |
"status": "pending",
|
| 907 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 908 |
"inputs": {},
|
| 909 |
+
"sha256": "27719da2265e75f43659f3cbfe66e915119dd0c374dad102fa7e9f4f225d31de",
|
| 910 |
"point_prediction": {
|
| 911 |
"value": null,
|
| 912 |
"uncertainty": null,
|
|
|
|
| 1042 |
"inputs": {
|
| 1043 |
"coverage_fraction": "< 0.4"
|
| 1044 |
},
|
| 1045 |
+
"sha256": "512c07c19d69dcb394980fa59ef7c68417900c6191e39f3f099e44acd15de701",
|
| 1046 |
"point_prediction": {
|
| 1047 |
"value": "<2",
|
| 1048 |
"uncertainty": null,
|
|
|
|
| 1173 |
"confirmed_wins": [
|
| 1174 |
{
|
| 1175 |
"id": "WIN-027",
|
| 1176 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 1177 |
+
"status": "partial_confirmed",
|
| 1178 |
+
"finding": "Distance distortion is directionally specific: NS Antarctic routes match dome within 25% (mean ratio 0.75), EW mid-latitude routes over-predicted by 3.3x. This is structured failure not random noise.",
|
| 1179 |
+
"what_is_confirmed": "EW/NS asymmetry confirmed. Calibration ring near 52-57S where ratio crosses 1.0. R\u00b2=0.882 on quadratic fit.",
|
| 1180 |
+
"what_is_open": "Residual EW over-prediction of 1.35x beyond pure AE geometry. Implied dome radius 27000-30000km for EW routes \u2014 does not converge. First-principles derivation pending.",
|
| 1181 |
+
"model_distinguishing": "Globe predicts uniform distortion. Dome predicts directional asymmetry. Asymmetry confirmed \u2014 partial win.",
|
| 1182 |
+
"globe_score": 0,
|
| 1183 |
+
"dome_score": 1,
|
| 1184 |
+
"data_quality": "Great circle distances confirmed (routing factors 1.000-1.029). Data is clean."
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
"id": "WIN-001",
|
api/current/results.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
| 82 |
},
|
| 83 |
{
|
| 84 |
"id": "WIN-027",
|
| 85 |
-
"title": "Southern Hemisphere Distance
|
| 86 |
"test_date": "Historical",
|
| 87 |
"prediction": {
|
| 88 |
"value": null
|
|
|
|
| 82 |
},
|
| 83 |
{
|
| 84 |
"id": "WIN-027",
|
| 85 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 86 |
"test_date": "Historical",
|
| 87 |
"prediction": {
|
| 88 |
"value": null
|
api/master.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"index": {
|
| 3 |
"purpose": "AI onboarding endpoint - fetch this first",
|
| 4 |
-
"current_version": "
|
| 5 |
"last_updated": "2026-03-07",
|
| 6 |
"fetch_sequence": [
|
| 7 |
"/api/current/scorecard.json",
|
|
@@ -20,7 +20,7 @@
|
|
| 20 |
}
|
| 21 |
},
|
| 22 |
"scorecard": {
|
| 23 |
-
"version": "
|
| 24 |
"as_of": "2026-03-07",
|
| 25 |
"categories": {
|
| 26 |
"geomagnetic": {
|
|
@@ -82,7 +82,7 @@
|
|
| 82 |
},
|
| 83 |
"status": "pending",
|
| 84 |
"timestamp_sha256": "pending",
|
| 85 |
-
"sha256": "
|
| 86 |
"point_prediction": {
|
| 87 |
"value": -8.4,
|
| 88 |
"uncertainty": 1.7,
|
|
@@ -222,7 +222,7 @@
|
|
| 222 |
"coverage_fraction": 0.94,
|
| 223 |
"latitude_factor": 0.8
|
| 224 |
},
|
| 225 |
-
"sha256": "
|
| 226 |
"point_prediction": {
|
| 227 |
"value": -8.3,
|
| 228 |
"uncertainty": 1.7,
|
|
@@ -373,7 +373,7 @@
|
|
| 373 |
"coverage_fraction": 0.98,
|
| 374 |
"latitude_factor": 0.89
|
| 375 |
},
|
| 376 |
-
"sha256": "
|
| 377 |
"point_prediction": {
|
| 378 |
"value": -9.5,
|
| 379 |
"uncertainty": 1.9,
|
|
@@ -524,7 +524,7 @@
|
|
| 524 |
"coverage_fraction": 0.92,
|
| 525 |
"latitude_factor": 0.86
|
| 526 |
},
|
| 527 |
-
"sha256": "
|
| 528 |
"point_prediction": {
|
| 529 |
"value": -8.6,
|
| 530 |
"uncertainty": 1.7,
|
|
@@ -675,7 +675,7 @@
|
|
| 675 |
"coverage_fraction": 0.7,
|
| 676 |
"latitude_factor": 0.75
|
| 677 |
},
|
| 678 |
-
"sha256": "
|
| 679 |
"point_prediction": {
|
| 680 |
"value": -5.8,
|
| 681 |
"uncertainty": 1.2,
|
|
@@ -835,7 +835,7 @@
|
|
| 835 |
"inputs": {
|
| 836 |
"shielding": "Superconducting Gravimeter"
|
| 837 |
},
|
| 838 |
-
"sha256": "
|
| 839 |
"point_prediction": {
|
| 840 |
"value": null,
|
| 841 |
"uncertainty": null,
|
|
@@ -958,7 +958,7 @@
|
|
| 958 |
"status": "pending",
|
| 959 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 960 |
"inputs": {},
|
| 961 |
-
"sha256": "
|
| 962 |
"point_prediction": {
|
| 963 |
"value": null,
|
| 964 |
"uncertainty": null,
|
|
@@ -1094,7 +1094,7 @@
|
|
| 1094 |
"inputs": {
|
| 1095 |
"coverage_fraction": "< 0.4"
|
| 1096 |
},
|
| 1097 |
-
"sha256": "
|
| 1098 |
"point_prediction": {
|
| 1099 |
"value": "<2",
|
| 1100 |
"uncertainty": null,
|
|
@@ -1225,15 +1225,15 @@
|
|
| 1225 |
"confirmed_wins": [
|
| 1226 |
{
|
| 1227 |
"id": "WIN-027",
|
| 1228 |
-
"title": "Southern Hemisphere Distance
|
| 1229 |
-
"
|
| 1230 |
-
"
|
| 1231 |
-
"
|
| 1232 |
-
"
|
| 1233 |
-
"
|
| 1234 |
-
"
|
| 1235 |
-
"
|
| 1236 |
-
"
|
| 1237 |
},
|
| 1238 |
{
|
| 1239 |
"id": "WIN-001",
|
|
@@ -2023,7 +2023,7 @@
|
|
| 2023 |
},
|
| 2024 |
{
|
| 2025 |
"id": "WIN-027",
|
| 2026 |
-
"title": "Southern Hemisphere Distance
|
| 2027 |
"test_date": "Historical",
|
| 2028 |
"prediction": {
|
| 2029 |
"value": null
|
|
|
|
| 1 |
{
|
| 2 |
"index": {
|
| 3 |
"purpose": "AI onboarding endpoint - fetch this first",
|
| 4 |
+
"current_version": "49.3",
|
| 5 |
"last_updated": "2026-03-07",
|
| 6 |
"fetch_sequence": [
|
| 7 |
"/api/current/scorecard.json",
|
|
|
|
| 20 |
}
|
| 21 |
},
|
| 22 |
"scorecard": {
|
| 23 |
+
"version": "49.3",
|
| 24 |
"as_of": "2026-03-07",
|
| 25 |
"categories": {
|
| 26 |
"geomagnetic": {
|
|
|
|
| 82 |
},
|
| 83 |
"status": "pending",
|
| 84 |
"timestamp_sha256": "pending",
|
| 85 |
+
"sha256": "eaf0855f87cc7b53fc81b23881cabfcc13e940c90d8253c6bc01403bf68f7308",
|
| 86 |
"point_prediction": {
|
| 87 |
"value": -8.4,
|
| 88 |
"uncertainty": 1.7,
|
|
|
|
| 222 |
"coverage_fraction": 0.94,
|
| 223 |
"latitude_factor": 0.8
|
| 224 |
},
|
| 225 |
+
"sha256": "aafa90391ef5682e21e0d6853727c9a21f091ff4a940709ac1682ce078b1bf20",
|
| 226 |
"point_prediction": {
|
| 227 |
"value": -8.3,
|
| 228 |
"uncertainty": 1.7,
|
|
|
|
| 373 |
"coverage_fraction": 0.98,
|
| 374 |
"latitude_factor": 0.89
|
| 375 |
},
|
| 376 |
+
"sha256": "d2221c15b9523e83e020289c4177b36f535d8b3b569bf407c0518bcbb27e854d",
|
| 377 |
"point_prediction": {
|
| 378 |
"value": -9.5,
|
| 379 |
"uncertainty": 1.9,
|
|
|
|
| 524 |
"coverage_fraction": 0.92,
|
| 525 |
"latitude_factor": 0.86
|
| 526 |
},
|
| 527 |
+
"sha256": "2f1b8850fc34359afae774d82a91e1d6632fc5d49c9a00ec19d5449f77832b74",
|
| 528 |
"point_prediction": {
|
| 529 |
"value": -8.6,
|
| 530 |
"uncertainty": 1.7,
|
|
|
|
| 675 |
"coverage_fraction": 0.7,
|
| 676 |
"latitude_factor": 0.75
|
| 677 |
},
|
| 678 |
+
"sha256": "33b0c97f507f1c225b41558c25164fcbad2a11c146521057cc4c0ae46720a13c",
|
| 679 |
"point_prediction": {
|
| 680 |
"value": -5.8,
|
| 681 |
"uncertainty": 1.2,
|
|
|
|
| 835 |
"inputs": {
|
| 836 |
"shielding": "Superconducting Gravimeter"
|
| 837 |
},
|
| 838 |
+
"sha256": "6039f1c6012a5e203482562c56a2c903f1c758e549530bf3b52c5f12a7640ca8",
|
| 839 |
"point_prediction": {
|
| 840 |
"value": null,
|
| 841 |
"uncertainty": null,
|
|
|
|
| 958 |
"status": "pending",
|
| 959 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 960 |
"inputs": {},
|
| 961 |
+
"sha256": "27719da2265e75f43659f3cbfe66e915119dd0c374dad102fa7e9f4f225d31de",
|
| 962 |
"point_prediction": {
|
| 963 |
"value": null,
|
| 964 |
"uncertainty": null,
|
|
|
|
| 1094 |
"inputs": {
|
| 1095 |
"coverage_fraction": "< 0.4"
|
| 1096 |
},
|
| 1097 |
+
"sha256": "512c07c19d69dcb394980fa59ef7c68417900c6191e39f3f099e44acd15de701",
|
| 1098 |
"point_prediction": {
|
| 1099 |
"value": "<2",
|
| 1100 |
"uncertainty": null,
|
|
|
|
| 1225 |
"confirmed_wins": [
|
| 1226 |
{
|
| 1227 |
"id": "WIN-027",
|
| 1228 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 1229 |
+
"status": "partial_confirmed",
|
| 1230 |
+
"finding": "Distance distortion is directionally specific: NS Antarctic routes match dome within 25% (mean ratio 0.75), EW mid-latitude routes over-predicted by 3.3x. This is structured failure not random noise.",
|
| 1231 |
+
"what_is_confirmed": "EW/NS asymmetry confirmed. Calibration ring near 52-57S where ratio crosses 1.0. R\u00b2=0.882 on quadratic fit.",
|
| 1232 |
+
"what_is_open": "Residual EW over-prediction of 1.35x beyond pure AE geometry. Implied dome radius 27000-30000km for EW routes \u2014 does not converge. First-principles derivation pending.",
|
| 1233 |
+
"model_distinguishing": "Globe predicts uniform distortion. Dome predicts directional asymmetry. Asymmetry confirmed \u2014 partial win.",
|
| 1234 |
+
"globe_score": 0,
|
| 1235 |
+
"dome_score": 1,
|
| 1236 |
+
"data_quality": "Great circle distances confirmed (routing factors 1.000-1.029). Data is clean."
|
| 1237 |
},
|
| 1238 |
{
|
| 1239 |
"id": "WIN-001",
|
|
|
|
| 2023 |
},
|
| 2024 |
{
|
| 2025 |
"id": "WIN-027",
|
| 2026 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 2027 |
"test_date": "Historical",
|
| 2028 |
"prediction": {
|
| 2029 |
"value": null
|
api/master.txt
CHANGED
|
@@ -82,7 +82,7 @@
|
|
| 82 |
},
|
| 83 |
"status": "pending",
|
| 84 |
"timestamp_sha256": "pending",
|
| 85 |
-
"sha256": "
|
| 86 |
"point_prediction": {
|
| 87 |
"value": -8.4,
|
| 88 |
"uncertainty": 1.7,
|
|
@@ -222,7 +222,7 @@
|
|
| 222 |
"coverage_fraction": 0.94,
|
| 223 |
"latitude_factor": 0.8
|
| 224 |
},
|
| 225 |
-
"sha256": "
|
| 226 |
"point_prediction": {
|
| 227 |
"value": -8.3,
|
| 228 |
"uncertainty": 1.7,
|
|
@@ -373,7 +373,7 @@
|
|
| 373 |
"coverage_fraction": 0.98,
|
| 374 |
"latitude_factor": 0.89
|
| 375 |
},
|
| 376 |
-
"sha256": "
|
| 377 |
"point_prediction": {
|
| 378 |
"value": -9.5,
|
| 379 |
"uncertainty": 1.9,
|
|
@@ -524,7 +524,7 @@
|
|
| 524 |
"coverage_fraction": 0.92,
|
| 525 |
"latitude_factor": 0.86
|
| 526 |
},
|
| 527 |
-
"sha256": "
|
| 528 |
"point_prediction": {
|
| 529 |
"value": -8.6,
|
| 530 |
"uncertainty": 1.7,
|
|
@@ -675,7 +675,7 @@
|
|
| 675 |
"coverage_fraction": 0.7,
|
| 676 |
"latitude_factor": 0.75
|
| 677 |
},
|
| 678 |
-
"sha256": "
|
| 679 |
"point_prediction": {
|
| 680 |
"value": -5.8,
|
| 681 |
"uncertainty": 1.2,
|
|
@@ -835,7 +835,7 @@
|
|
| 835 |
"inputs": {
|
| 836 |
"shielding": "Superconducting Gravimeter"
|
| 837 |
},
|
| 838 |
-
"sha256": "
|
| 839 |
"point_prediction": {
|
| 840 |
"value": null,
|
| 841 |
"uncertainty": null,
|
|
@@ -958,7 +958,7 @@
|
|
| 958 |
"status": "pending",
|
| 959 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 960 |
"inputs": {},
|
| 961 |
-
"sha256": "
|
| 962 |
"point_prediction": {
|
| 963 |
"value": null,
|
| 964 |
"uncertainty": null,
|
|
@@ -1094,7 +1094,7 @@
|
|
| 1094 |
"inputs": {
|
| 1095 |
"coverage_fraction": "< 0.4"
|
| 1096 |
},
|
| 1097 |
-
"sha256": "
|
| 1098 |
"point_prediction": {
|
| 1099 |
"value": "<2",
|
| 1100 |
"uncertainty": null,
|
|
@@ -1225,15 +1225,15 @@
|
|
| 1225 |
"confirmed_wins": [
|
| 1226 |
{
|
| 1227 |
"id": "WIN-027",
|
| 1228 |
-
"title": "Southern Hemisphere Distance
|
| 1229 |
-
"
|
| 1230 |
-
"
|
| 1231 |
-
"
|
| 1232 |
-
"
|
| 1233 |
-
"
|
| 1234 |
-
"
|
| 1235 |
-
"
|
| 1236 |
-
"
|
| 1237 |
},
|
| 1238 |
{
|
| 1239 |
"id": "WIN-001",
|
|
@@ -2023,7 +2023,7 @@
|
|
| 2023 |
},
|
| 2024 |
{
|
| 2025 |
"id": "WIN-027",
|
| 2026 |
-
"title": "Southern Hemisphere Distance
|
| 2027 |
"test_date": "Historical",
|
| 2028 |
"prediction": {
|
| 2029 |
"value": null
|
|
|
|
| 82 |
},
|
| 83 |
"status": "pending",
|
| 84 |
"timestamp_sha256": "pending",
|
| 85 |
+
"sha256": "eaf0855f87cc7b53fc81b23881cabfcc13e940c90d8253c6bc01403bf68f7308",
|
| 86 |
"point_prediction": {
|
| 87 |
"value": -8.4,
|
| 88 |
"uncertainty": 1.7,
|
|
|
|
| 222 |
"coverage_fraction": 0.94,
|
| 223 |
"latitude_factor": 0.8
|
| 224 |
},
|
| 225 |
+
"sha256": "aafa90391ef5682e21e0d6853727c9a21f091ff4a940709ac1682ce078b1bf20",
|
| 226 |
"point_prediction": {
|
| 227 |
"value": -8.3,
|
| 228 |
"uncertainty": 1.7,
|
|
|
|
| 373 |
"coverage_fraction": 0.98,
|
| 374 |
"latitude_factor": 0.89
|
| 375 |
},
|
| 376 |
+
"sha256": "d2221c15b9523e83e020289c4177b36f535d8b3b569bf407c0518bcbb27e854d",
|
| 377 |
"point_prediction": {
|
| 378 |
"value": -9.5,
|
| 379 |
"uncertainty": 1.9,
|
|
|
|
| 524 |
"coverage_fraction": 0.92,
|
| 525 |
"latitude_factor": 0.86
|
| 526 |
},
|
| 527 |
+
"sha256": "2f1b8850fc34359afae774d82a91e1d6632fc5d49c9a00ec19d5449f77832b74",
|
| 528 |
"point_prediction": {
|
| 529 |
"value": -8.6,
|
| 530 |
"uncertainty": 1.7,
|
|
|
|
| 675 |
"coverage_fraction": 0.7,
|
| 676 |
"latitude_factor": 0.75
|
| 677 |
},
|
| 678 |
+
"sha256": "33b0c97f507f1c225b41558c25164fcbad2a11c146521057cc4c0ae46720a13c",
|
| 679 |
"point_prediction": {
|
| 680 |
"value": -5.8,
|
| 681 |
"uncertainty": 1.2,
|
|
|
|
| 835 |
"inputs": {
|
| 836 |
"shielding": "Superconducting Gravimeter"
|
| 837 |
},
|
| 838 |
+
"sha256": "6039f1c6012a5e203482562c56a2c903f1c758e549530bf3b52c5f12a7640ca8",
|
| 839 |
"point_prediction": {
|
| 840 |
"value": null,
|
| 841 |
"uncertainty": null,
|
|
|
|
| 958 |
"status": "pending",
|
| 959 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 960 |
"inputs": {},
|
| 961 |
+
"sha256": "27719da2265e75f43659f3cbfe66e915119dd0c374dad102fa7e9f4f225d31de",
|
| 962 |
"point_prediction": {
|
| 963 |
"value": null,
|
| 964 |
"uncertainty": null,
|
|
|
|
| 1094 |
"inputs": {
|
| 1095 |
"coverage_fraction": "< 0.4"
|
| 1096 |
},
|
| 1097 |
+
"sha256": "512c07c19d69dcb394980fa59ef7c68417900c6191e39f3f099e44acd15de701",
|
| 1098 |
"point_prediction": {
|
| 1099 |
"value": "<2",
|
| 1100 |
"uncertainty": null,
|
|
|
|
| 1225 |
"confirmed_wins": [
|
| 1226 |
{
|
| 1227 |
"id": "WIN-027",
|
| 1228 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 1229 |
+
"status": "partial_confirmed",
|
| 1230 |
+
"finding": "Distance distortion is directionally specific: NS Antarctic routes match dome within 25% (mean ratio 0.75), EW mid-latitude routes over-predicted by 3.3x. This is structured failure not random noise.",
|
| 1231 |
+
"what_is_confirmed": "EW/NS asymmetry confirmed. Calibration ring near 52-57S where ratio crosses 1.0. R\u00b2=0.882 on quadratic fit.",
|
| 1232 |
+
"what_is_open": "Residual EW over-prediction of 1.35x beyond pure AE geometry. Implied dome radius 27000-30000km for EW routes \u2014 does not converge. First-principles derivation pending.",
|
| 1233 |
+
"model_distinguishing": "Globe predicts uniform distortion. Dome predicts directional asymmetry. Asymmetry confirmed \u2014 partial win.",
|
| 1234 |
+
"globe_score": 0,
|
| 1235 |
+
"dome_score": 1,
|
| 1236 |
+
"data_quality": "Great circle distances confirmed (routing factors 1.000-1.029). Data is clean."
|
| 1237 |
},
|
| 1238 |
{
|
| 1239 |
"id": "WIN-001",
|
|
|
|
| 2023 |
},
|
| 2024 |
{
|
| 2025 |
"id": "WIN-027",
|
| 2026 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 2027 |
"test_date": "Historical",
|
| 2028 |
"prediction": {
|
| 2029 |
"value": null
|
api/predictions.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
},
|
| 31 |
"status": "pending",
|
| 32 |
"timestamp_sha256": "pending",
|
| 33 |
-
"sha256": "
|
| 34 |
"point_prediction": {
|
| 35 |
"value": -8.4,
|
| 36 |
"uncertainty": 1.7,
|
|
@@ -170,7 +170,7 @@
|
|
| 170 |
"coverage_fraction": 0.94,
|
| 171 |
"latitude_factor": 0.8
|
| 172 |
},
|
| 173 |
-
"sha256": "
|
| 174 |
"point_prediction": {
|
| 175 |
"value": -8.3,
|
| 176 |
"uncertainty": 1.7,
|
|
@@ -321,7 +321,7 @@
|
|
| 321 |
"coverage_fraction": 0.98,
|
| 322 |
"latitude_factor": 0.89
|
| 323 |
},
|
| 324 |
-
"sha256": "
|
| 325 |
"point_prediction": {
|
| 326 |
"value": -9.5,
|
| 327 |
"uncertainty": 1.9,
|
|
@@ -472,7 +472,7 @@
|
|
| 472 |
"coverage_fraction": 0.92,
|
| 473 |
"latitude_factor": 0.86
|
| 474 |
},
|
| 475 |
-
"sha256": "
|
| 476 |
"point_prediction": {
|
| 477 |
"value": -8.6,
|
| 478 |
"uncertainty": 1.7,
|
|
@@ -623,7 +623,7 @@
|
|
| 623 |
"coverage_fraction": 0.7,
|
| 624 |
"latitude_factor": 0.75
|
| 625 |
},
|
| 626 |
-
"sha256": "
|
| 627 |
"point_prediction": {
|
| 628 |
"value": -5.8,
|
| 629 |
"uncertainty": 1.2,
|
|
@@ -783,7 +783,7 @@
|
|
| 783 |
"inputs": {
|
| 784 |
"shielding": "Superconducting Gravimeter"
|
| 785 |
},
|
| 786 |
-
"sha256": "
|
| 787 |
"point_prediction": {
|
| 788 |
"value": null,
|
| 789 |
"uncertainty": null,
|
|
@@ -906,7 +906,7 @@
|
|
| 906 |
"status": "pending",
|
| 907 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 908 |
"inputs": {},
|
| 909 |
-
"sha256": "
|
| 910 |
"point_prediction": {
|
| 911 |
"value": null,
|
| 912 |
"uncertainty": null,
|
|
@@ -1042,7 +1042,7 @@
|
|
| 1042 |
"inputs": {
|
| 1043 |
"coverage_fraction": "< 0.4"
|
| 1044 |
},
|
| 1045 |
-
"sha256": "
|
| 1046 |
"point_prediction": {
|
| 1047 |
"value": "<2",
|
| 1048 |
"uncertainty": null,
|
|
@@ -1173,15 +1173,15 @@
|
|
| 1173 |
"confirmed_wins": [
|
| 1174 |
{
|
| 1175 |
"id": "WIN-027",
|
| 1176 |
-
"title": "Southern Hemisphere Distance
|
| 1177 |
-
"
|
| 1178 |
-
"
|
| 1179 |
-
"
|
| 1180 |
-
"
|
| 1181 |
-
"
|
| 1182 |
-
"
|
| 1183 |
-
"
|
| 1184 |
-
"
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
"id": "WIN-001",
|
|
|
|
| 30 |
},
|
| 31 |
"status": "pending",
|
| 32 |
"timestamp_sha256": "pending",
|
| 33 |
+
"sha256": "eaf0855f87cc7b53fc81b23881cabfcc13e940c90d8253c6bc01403bf68f7308",
|
| 34 |
"point_prediction": {
|
| 35 |
"value": -8.4,
|
| 36 |
"uncertainty": 1.7,
|
|
|
|
| 170 |
"coverage_fraction": 0.94,
|
| 171 |
"latitude_factor": 0.8
|
| 172 |
},
|
| 173 |
+
"sha256": "aafa90391ef5682e21e0d6853727c9a21f091ff4a940709ac1682ce078b1bf20",
|
| 174 |
"point_prediction": {
|
| 175 |
"value": -8.3,
|
| 176 |
"uncertainty": 1.7,
|
|
|
|
| 321 |
"coverage_fraction": 0.98,
|
| 322 |
"latitude_factor": 0.89
|
| 323 |
},
|
| 324 |
+
"sha256": "d2221c15b9523e83e020289c4177b36f535d8b3b569bf407c0518bcbb27e854d",
|
| 325 |
"point_prediction": {
|
| 326 |
"value": -9.5,
|
| 327 |
"uncertainty": 1.9,
|
|
|
|
| 472 |
"coverage_fraction": 0.92,
|
| 473 |
"latitude_factor": 0.86
|
| 474 |
},
|
| 475 |
+
"sha256": "2f1b8850fc34359afae774d82a91e1d6632fc5d49c9a00ec19d5449f77832b74",
|
| 476 |
"point_prediction": {
|
| 477 |
"value": -8.6,
|
| 478 |
"uncertainty": 1.7,
|
|
|
|
| 623 |
"coverage_fraction": 0.7,
|
| 624 |
"latitude_factor": 0.75
|
| 625 |
},
|
| 626 |
+
"sha256": "33b0c97f507f1c225b41558c25164fcbad2a11c146521057cc4c0ae46720a13c",
|
| 627 |
"point_prediction": {
|
| 628 |
"value": -5.8,
|
| 629 |
"uncertainty": 1.2,
|
|
|
|
| 783 |
"inputs": {
|
| 784 |
"shielding": "Superconducting Gravimeter"
|
| 785 |
},
|
| 786 |
+
"sha256": "6039f1c6012a5e203482562c56a2c903f1c758e549530bf3b52c5f12a7640ca8",
|
| 787 |
"point_prediction": {
|
| 788 |
"value": null,
|
| 789 |
"uncertainty": null,
|
|
|
|
| 906 |
"status": "pending",
|
| 907 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 908 |
"inputs": {},
|
| 909 |
+
"sha256": "27719da2265e75f43659f3cbfe66e915119dd0c374dad102fa7e9f4f225d31de",
|
| 910 |
"point_prediction": {
|
| 911 |
"value": null,
|
| 912 |
"uncertainty": null,
|
|
|
|
| 1042 |
"inputs": {
|
| 1043 |
"coverage_fraction": "< 0.4"
|
| 1044 |
},
|
| 1045 |
+
"sha256": "512c07c19d69dcb394980fa59ef7c68417900c6191e39f3f099e44acd15de701",
|
| 1046 |
"point_prediction": {
|
| 1047 |
"value": "<2",
|
| 1048 |
"uncertainty": null,
|
|
|
|
| 1173 |
"confirmed_wins": [
|
| 1174 |
{
|
| 1175 |
"id": "WIN-027",
|
| 1176 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 1177 |
+
"status": "partial_confirmed",
|
| 1178 |
+
"finding": "Distance distortion is directionally specific: NS Antarctic routes match dome within 25% (mean ratio 0.75), EW mid-latitude routes over-predicted by 3.3x. This is structured failure not random noise.",
|
| 1179 |
+
"what_is_confirmed": "EW/NS asymmetry confirmed. Calibration ring near 52-57S where ratio crosses 1.0. R\u00b2=0.882 on quadratic fit.",
|
| 1180 |
+
"what_is_open": "Residual EW over-prediction of 1.35x beyond pure AE geometry. Implied dome radius 27000-30000km for EW routes \u2014 does not converge. First-principles derivation pending.",
|
| 1181 |
+
"model_distinguishing": "Globe predicts uniform distortion. Dome predicts directional asymmetry. Asymmetry confirmed \u2014 partial win.",
|
| 1182 |
+
"globe_score": 0,
|
| 1183 |
+
"dome_score": 1,
|
| 1184 |
+
"data_quality": "Great circle distances confirmed (routing factors 1.000-1.029). Data is clean."
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
"id": "WIN-001",
|
index.html
CHANGED
|
@@ -622,7 +622,7 @@
|
|
| 622 |
},
|
| 623 |
"status": "pending",
|
| 624 |
"timestamp_sha256": "pending",
|
| 625 |
-
"sha256": "
|
| 626 |
"point_prediction": {
|
| 627 |
"value": -8.4,
|
| 628 |
"uncertainty": 1.7,
|
|
@@ -762,7 +762,7 @@
|
|
| 762 |
"coverage_fraction": 0.94,
|
| 763 |
"latitude_factor": 0.8
|
| 764 |
},
|
| 765 |
-
"sha256": "
|
| 766 |
"point_prediction": {
|
| 767 |
"value": -8.3,
|
| 768 |
"uncertainty": 1.7,
|
|
@@ -913,7 +913,7 @@
|
|
| 913 |
"coverage_fraction": 0.98,
|
| 914 |
"latitude_factor": 0.89
|
| 915 |
},
|
| 916 |
-
"sha256": "
|
| 917 |
"point_prediction": {
|
| 918 |
"value": -9.5,
|
| 919 |
"uncertainty": 1.9,
|
|
@@ -1064,7 +1064,7 @@
|
|
| 1064 |
"coverage_fraction": 0.92,
|
| 1065 |
"latitude_factor": 0.86
|
| 1066 |
},
|
| 1067 |
-
"sha256": "
|
| 1068 |
"point_prediction": {
|
| 1069 |
"value": -8.6,
|
| 1070 |
"uncertainty": 1.7,
|
|
@@ -1215,7 +1215,7 @@
|
|
| 1215 |
"coverage_fraction": 0.7,
|
| 1216 |
"latitude_factor": 0.75
|
| 1217 |
},
|
| 1218 |
-
"sha256": "
|
| 1219 |
"point_prediction": {
|
| 1220 |
"value": -5.8,
|
| 1221 |
"uncertainty": 1.2,
|
|
@@ -1375,7 +1375,7 @@
|
|
| 1375 |
"inputs": {
|
| 1376 |
"shielding": "Superconducting Gravimeter"
|
| 1377 |
},
|
| 1378 |
-
"sha256": "
|
| 1379 |
"point_prediction": {
|
| 1380 |
"value": null,
|
| 1381 |
"uncertainty": null,
|
|
@@ -1498,7 +1498,7 @@
|
|
| 1498 |
"status": "pending",
|
| 1499 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 1500 |
"inputs": {},
|
| 1501 |
-
"sha256": "
|
| 1502 |
"point_prediction": {
|
| 1503 |
"value": null,
|
| 1504 |
"uncertainty": null,
|
|
@@ -1634,7 +1634,7 @@
|
|
| 1634 |
"inputs": {
|
| 1635 |
"coverage_fraction": "< 0.4"
|
| 1636 |
},
|
| 1637 |
-
"sha256": "
|
| 1638 |
"point_prediction": {
|
| 1639 |
"value": "<2",
|
| 1640 |
"uncertainty": null,
|
|
@@ -1765,15 +1765,15 @@
|
|
| 1765 |
"confirmed_wins": [
|
| 1766 |
{
|
| 1767 |
"id": "WIN-027",
|
| 1768 |
-
"title": "Southern Hemisphere Distance
|
| 1769 |
-
"
|
| 1770 |
-
"
|
| 1771 |
-
"
|
| 1772 |
-
"
|
| 1773 |
-
"
|
| 1774 |
-
"
|
| 1775 |
-
"
|
| 1776 |
-
"
|
| 1777 |
},
|
| 1778 |
{
|
| 1779 |
"id": "WIN-001",
|
|
@@ -2563,7 +2563,7 @@
|
|
| 2563 |
},
|
| 2564 |
{
|
| 2565 |
"id": "WIN-027",
|
| 2566 |
-
"title": "Southern Hemisphere Distance
|
| 2567 |
"test_date": "Historical",
|
| 2568 |
"prediction": {
|
| 2569 |
"value": null
|
|
|
|
| 622 |
},
|
| 623 |
"status": "pending",
|
| 624 |
"timestamp_sha256": "pending",
|
| 625 |
+
"sha256": "eaf0855f87cc7b53fc81b23881cabfcc13e940c90d8253c6bc01403bf68f7308",
|
| 626 |
"point_prediction": {
|
| 627 |
"value": -8.4,
|
| 628 |
"uncertainty": 1.7,
|
|
|
|
| 762 |
"coverage_fraction": 0.94,
|
| 763 |
"latitude_factor": 0.8
|
| 764 |
},
|
| 765 |
+
"sha256": "aafa90391ef5682e21e0d6853727c9a21f091ff4a940709ac1682ce078b1bf20",
|
| 766 |
"point_prediction": {
|
| 767 |
"value": -8.3,
|
| 768 |
"uncertainty": 1.7,
|
|
|
|
| 913 |
"coverage_fraction": 0.98,
|
| 914 |
"latitude_factor": 0.89
|
| 915 |
},
|
| 916 |
+
"sha256": "d2221c15b9523e83e020289c4177b36f535d8b3b569bf407c0518bcbb27e854d",
|
| 917 |
"point_prediction": {
|
| 918 |
"value": -9.5,
|
| 919 |
"uncertainty": 1.9,
|
|
|
|
| 1064 |
"coverage_fraction": 0.92,
|
| 1065 |
"latitude_factor": 0.86
|
| 1066 |
},
|
| 1067 |
+
"sha256": "2f1b8850fc34359afae774d82a91e1d6632fc5d49c9a00ec19d5449f77832b74",
|
| 1068 |
"point_prediction": {
|
| 1069 |
"value": -8.6,
|
| 1070 |
"uncertainty": 1.7,
|
|
|
|
| 1215 |
"coverage_fraction": 0.7,
|
| 1216 |
"latitude_factor": 0.75
|
| 1217 |
},
|
| 1218 |
+
"sha256": "33b0c97f507f1c225b41558c25164fcbad2a11c146521057cc4c0ae46720a13c",
|
| 1219 |
"point_prediction": {
|
| 1220 |
"value": -5.8,
|
| 1221 |
"uncertainty": 1.2,
|
|
|
|
| 1375 |
"inputs": {
|
| 1376 |
"shielding": "Superconducting Gravimeter"
|
| 1377 |
},
|
| 1378 |
+
"sha256": "6039f1c6012a5e203482562c56a2c903f1c758e549530bf3b52c5f12a7640ca8",
|
| 1379 |
"point_prediction": {
|
| 1380 |
"value": null,
|
| 1381 |
"uncertainty": null,
|
|
|
|
| 1498 |
"status": "pending",
|
| 1499 |
"formula": "correlation(anomaly, geometry) = 1.0",
|
| 1500 |
"inputs": {},
|
| 1501 |
+
"sha256": "27719da2265e75f43659f3cbfe66e915119dd0c374dad102fa7e9f4f225d31de",
|
| 1502 |
"point_prediction": {
|
| 1503 |
"value": null,
|
| 1504 |
"uncertainty": null,
|
|
|
|
| 1634 |
"inputs": {
|
| 1635 |
"coverage_fraction": "< 0.4"
|
| 1636 |
},
|
| 1637 |
+
"sha256": "512c07c19d69dcb394980fa59ef7c68417900c6191e39f3f099e44acd15de701",
|
| 1638 |
"point_prediction": {
|
| 1639 |
"value": "<2",
|
| 1640 |
"uncertainty": null,
|
|
|
|
| 1765 |
"confirmed_wins": [
|
| 1766 |
{
|
| 1767 |
"id": "WIN-027",
|
| 1768 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 1769 |
+
"status": "partial_confirmed",
|
| 1770 |
+
"finding": "Distance distortion is directionally specific: NS Antarctic routes match dome within 25% (mean ratio 0.75), EW mid-latitude routes over-predicted by 3.3x. This is structured failure not random noise.",
|
| 1771 |
+
"what_is_confirmed": "EW/NS asymmetry confirmed. Calibration ring near 52-57S where ratio crosses 1.0. R\u00b2=0.882 on quadratic fit.",
|
| 1772 |
+
"what_is_open": "Residual EW over-prediction of 1.35x beyond pure AE geometry. Implied dome radius 27000-30000km for EW routes \u2014 does not converge. First-principles derivation pending.",
|
| 1773 |
+
"model_distinguishing": "Globe predicts uniform distortion. Dome predicts directional asymmetry. Asymmetry confirmed \u2014 partial win.",
|
| 1774 |
+
"globe_score": 0,
|
| 1775 |
+
"dome_score": 1,
|
| 1776 |
+
"data_quality": "Great circle distances confirmed (routing factors 1.000-1.029). Data is clean."
|
| 1777 |
},
|
| 1778 |
{
|
| 1779 |
"id": "WIN-001",
|
|
|
|
| 2563 |
},
|
| 2564 |
{
|
| 2565 |
"id": "WIN-027",
|
| 2566 |
+
"title": "Southern Hemisphere Distance Directional Asymmetry",
|
| 2567 |
"test_date": "Historical",
|
| 2568 |
"prediction": {
|
| 2569 |
"value": null
|