Spaces:
Running
Running
File size: 30,180 Bytes
1e10174 d2cb649 1e10174 d2cb649 1e10174 02ff16e 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d2cb649 1e10174 d3de4d0 1e10174 d2cb649 18a63f1 d2cb649 1e10174 d2cb649 1e10174 d2cb649 18a63f1 349b159 d2cb649 1e10174 d3de4d0 1e10174 18a63f1 1e10174 18a63f1 1e10174 18a63f1 c71552a 18a63f1 1e10174 18a63f1 1e10174 d2cb649 1e10174 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 | from __future__ import annotations
import sys
from datetime import datetime, timezone
from pathlib import Path
import pandas as pd
import plotly.express as px
import plotly.graph_objects as go
import streamlit as st
ROOT = Path(__file__).parent
sys.path.insert(0, str(ROOT / "src"))
from gridpulse.config import BALANCING_AUTHORITIES
from gridpulse.warehouse.duck import connect
st.set_page_config(
page_title="GridPulse | US Electricity Demand Intelligence",
page_icon="",
layout="wide",
initial_sidebar_state="expanded",
)
ACCENT = "#00C2A8"
ACCENT_2 = "#7C6BFF"
WARN = "#FF6B6B"
st.markdown(
f"""
<style>
.block-container {{ padding-top: 2rem; max-width: 1400px; }}
h1, h2, h3 {{ letter-spacing: -0.02em; }}
div[data-testid="stMetricValue"] {{ font-size: 1.9rem; color: {ACCENT}; }}
div[data-testid="stMetricLabel"] {{ font-size: 0.8rem; text-transform: uppercase;
letter-spacing: 0.06em; opacity: 0.75; }}
.gp-hero {{ background: linear-gradient(120deg, rgba(0,194,168,0.14), rgba(124,107,255,0.14));
border: 1px solid rgba(0,194,168,0.3); border-radius: 14px;
padding: 1.4rem 1.8rem; margin-bottom: 1.4rem; }}
.gp-hero h1 {{ margin: 0 0 0.3rem 0; font-size: 2.1rem; }}
.gp-hero p {{ margin: 0; opacity: 0.85; font-size: 1.02rem; }}
.gp-pill {{ display:inline-block; padding: 0.18rem 0.7rem; border-radius: 999px;
background: rgba(0,194,168,0.18); border: 1px solid rgba(0,194,168,0.35);
font-size: 0.78rem; margin-right: 0.4rem; }}
.stTabs [data-baseweb="tab-list"] {{ gap: 0.4rem; }}
.stTabs [data-baseweb="tab"] {{ padding: 0.5rem 1rem; }}
</style>
""",
unsafe_allow_html=True,
)
def database_path() -> Path:
slim = ROOT / "data" / "gold" / "gridpulse_app.duckdb"
return slim if slim.exists() else ROOT / "data" / "gold" / "gridpulse.duckdb"
def data_version() -> str:
parts = []
for path in (database_path(), ROOT / "artifacts" / "headline.json"):
try:
stat = path.stat()
parts.append(f"{path.name}:{stat.st_size}:{stat.st_mtime_ns}")
except OSError:
parts.append(f"{path.name}:absent")
return "|".join(parts)
@st.cache_resource
def _deployed_version() -> dict[str, str | None]:
return {"version": None}
def invalidate_caches_if_data_changed() -> None:
record = _deployed_version()
current = data_version()
if record["version"] != current:
st.cache_data.clear()
record["version"] = current
invalidate_caches_if_data_changed()
@st.cache_data(ttl=900, show_spinner=False)
def run_query(sql: str, params: tuple = ()) -> pd.DataFrame:
path = database_path()
if not path.exists():
return pd.DataFrame()
try:
with connect(path, read_only=True) as con:
return con.execute(sql, list(params)).df()
except Exception as exc:
st.error(f"Query failed: {exc}")
return pd.DataFrame()
@st.cache_data(ttl=900, show_spinner=False)
def available_bas() -> list[str]:
frame = run_query("SELECT DISTINCT ba_code FROM fact_demand_hourly ORDER BY ba_code")
return frame["ba_code"].tolist() if not frame.empty else list(BALANCING_AUTHORITIES)
@st.cache_data(ttl=900, show_spinner=False)
def headline() -> dict:
import json
path = ROOT / "artifacts" / "headline.json"
return json.loads(path.read_text()) if path.exists() else {}
def data_ready() -> bool:
return database_path().exists() and not run_query(
"SELECT 1 FROM fact_demand_hourly LIMIT 1"
).empty
head = headline()
skill = head.get("skill_vs_eia_pct")
st.markdown(
"""
<div class="gp-hero">
<h1>GridPulse</h1>
<p>Day-ahead electricity demand forecasting for US balancing authorities,
benchmarked against the EIA's own published forecast.</p>
<div style="margin-top:0.8rem;">
<span class="gp-pill">EIA-930 hourly telemetry</span>
<span class="gp-pill">DuckDB lakehouse</span>
<span class="gp-pill">LightGBM + PyTorch</span>
<span class="gp-pill">Agentic SQL analytics</span>
</div>
</div>
""",
unsafe_allow_html=True,
)
if not data_ready():
st.warning(
"**No warehouse found.** This deployment is missing its data artifact. "
"Run `gridpulse all` locally and commit `data/gold/gridpulse_app.duckdb` "
"plus the `artifacts/` directory."
)
st.stop()
with st.sidebar:
st.header("Controls")
bas = available_bas()
selected_ba = st.selectbox(
"Balancing authority",
bas,
format_func=lambda c: f"{c} - {BALANCING_AUTHORITIES[c].name}" if c in BALANCING_AUTHORITIES else c,
)
ba_meta = BALANCING_AUTHORITIES.get(selected_ba)
if ba_meta:
st.caption(f"**Region:** {ba_meta.region} \n**Load centre:** {ba_meta.load_centre}")
lookback_days = st.slider("History window (days)", 7, 180, 30)
st.divider()
coverage = run_query(
"SELECT min(period_utc) AS lo, max(period_utc) AS hi, count(*) AS n FROM fact_demand_hourly"
)
if not coverage.empty:
st.caption(
f"**Warehouse coverage** \n{coverage.iloc[0]['lo']:%Y-%m-%d} to "
f"{coverage.iloc[0]['hi']:%Y-%m-%d} \n{int(coverage.iloc[0]['n']):,} hourly rows"
)
st.divider()
st.caption(
"Built by **Adwitiya Shukla** \n"
"[GitHub repository](https://github.com/adwitiyashukla/gridpulse), Data: US EIA + Open-Meteo"
)
c1, c2, c3, c4 = st.columns(4)
summary = run_query(
"""
SELECT count(*) AS hours, count(DISTINCT ba_code) AS bas,
round(avg(demand_clean_mwh)) AS avg_demand, max(demand_clean_mwh) AS peak
FROM fact_demand_hourly WHERE demand_clean_mwh IS NOT NULL
"""
)
if not summary.empty:
row = summary.iloc[0]
c1.metric("Hourly observations", f"{int(row['hours']):,}")
c2.metric("Balancing authorities", int(row["bas"]))
c3.metric("Peak demand observed", f"{int(row['peak']):,} MW")
c4.metric(
"Accuracy vs EIA forecast",
f"{skill:+.1f}%" if isinstance(skill, int | float) else "-",
help="Percentage improvement in MAPE over the EIA's own published day-ahead forecast.",
)
tabs = st.tabs([
"Forecast", "Explorer", "Model Leaderboard",
"Anomalies", "Data Quality", "Ask the Grid", "How it works",
])
with tabs[0]:
st.subheader(f"24-hour demand forecast - {selected_ba}")
st.caption(
"Generated from a LightGBM global model using the last 336 hours of observed "
"demand plus a live weather forecast for the load centre. Shaded band is the "
"P10-P90 prediction interval."
)
left, right = st.columns([1, 3])
with left:
use_live = st.toggle("Fetch live weather", value=True,
help="Off replays the most recent 24 hours so you can see prediction against truth.")
go_button = st.button("Generate forecast", type="primary", use_container_width=True)
if go_button:
with st.spinner("Building features and scoring the model..."):
try:
from gridpulse.models.inference import artifacts_available, forecast
if not artifacts_available():
st.error("Model artifacts are missing. Run `gridpulse train` and commit `artifacts/`.")
else:
result = forecast(selected_ba, allow_network=use_live)
frame = result.frame
st.session_state["forecast_result"] = (result.mode, result.notes or [], frame)
except Exception as exc:
st.error(f"Forecast failed: {exc}")
if "forecast_result" in st.session_state:
mode, notes, frame = st.session_state["forecast_result"]
badge = "Live forward forecast" if mode == "live" else "Replay of the last 24 hours"
st.info(f"**{badge}**, generated {datetime.now(timezone.utc):%Y-%m-%d %H:%M} UTC")
for note in notes:
st.caption(f"- {note}")
history = run_query(
"""
SELECT period_utc, demand_clean_mwh AS demand_mwh
FROM fact_demand_hourly
WHERE ba_code = ? AND demand_clean_mwh IS NOT NULL
ORDER BY period_utc DESC LIMIT 168
""",
(selected_ba,),
).sort_values("period_utc")
figure = go.Figure()
if not history.empty:
figure.add_trace(go.Scatter(
x=history["period_utc"], y=history["demand_mwh"],
name="Observed history", line=dict(color="rgba(255,255,255,0.55)", width=1.6),
))
if {"p10_mwh", "p90_mwh"} <= set(frame.columns):
figure.add_trace(go.Scatter(
x=pd.concat([frame["period_utc"], frame["period_utc"][::-1]]),
y=pd.concat([frame["p90_mwh"], frame["p10_mwh"][::-1]]),
fill="toself", fillcolor="rgba(0,194,168,0.18)",
line=dict(color="rgba(0,0,0,0)"), name="P10-P90 interval", hoverinfo="skip",
))
figure.add_trace(go.Scatter(
x=frame["period_utc"], y=frame["forecast_mwh"],
name="GridPulse forecast", line=dict(color=ACCENT, width=3),
))
if "actual_mwh" in frame.columns and frame["actual_mwh"].notna().any():
figure.add_trace(go.Scatter(
x=frame["period_utc"], y=frame["actual_mwh"],
name="Actual", line=dict(color=WARN, width=2.5, dash="dot"),
))
figure.update_layout(
height=470, hovermode="x unified", template="plotly_dark",
margin=dict(l=10, r=10, t=30, b=10),
legend=dict(orientation="h", y=1.1),
yaxis_title="Demand (MW)", xaxis_title=None,
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)",
)
st.plotly_chart(figure, use_container_width=True)
m1, m2, m3 = st.columns(3)
m1.metric("Forecast peak", f"{frame['forecast_mwh'].max():,.0f} MW")
m2.metric("Forecast trough", f"{frame['forecast_mwh'].min():,.0f} MW")
if "actual_mwh" in frame.columns and frame["actual_mwh"].notna().any():
mape = ((frame["forecast_mwh"] - frame["actual_mwh"]).abs()
/ frame["actual_mwh"]).mean() * 100
m3.metric("MAPE on this window", f"{mape:.2f}%")
with st.expander("Forecast table"):
st.dataframe(frame, use_container_width=True, hide_index=True)
st.download_button(
"Download CSV", frame.to_csv(index=False).encode(),
file_name=f"gridpulse_forecast_{selected_ba}.csv", mime="text/csv",
)
else:
st.info("Choose a balancing authority in the sidebar and press **Generate forecast**.")
with tabs[1]:
st.subheader(f"Historical explorer - {selected_ba}")
history = run_query(
f"""
SELECT period_utc, hour_local, demand_clean_mwh AS demand_mwh,
demand_forecast_mwh, temperature_2m, is_weekend, is_holiday, season
FROM fact_demand_hourly
WHERE ba_code = ?
AND period_utc >= (SELECT max(period_utc) FROM fact_demand_hourly) - INTERVAL {lookback_days} DAY
ORDER BY period_utc
""",
(selected_ba,),
)
if history.empty:
st.info("No data in the selected window.")
else:
figure = go.Figure()
figure.add_trace(go.Scatter(x=history["period_utc"], y=history["demand_mwh"],
name="Actual demand", line=dict(color=ACCENT, width=1.8)))
if history["demand_forecast_mwh"].notna().any():
figure.add_trace(go.Scatter(x=history["period_utc"], y=history["demand_forecast_mwh"],
name="EIA day-ahead forecast",
line=dict(color=ACCENT_2, width=1.4, dash="dot")))
figure.update_layout(height=380, template="plotly_dark", hovermode="x unified",
margin=dict(l=10, r=10, t=30, b=10), yaxis_title="Demand (MW)",
legend=dict(orientation="h", y=1.12),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
left, right = st.columns(2)
with left:
st.markdown("**Demand response to temperature**")
st.caption("The V-shape is the heating and cooling load split around the comfort balance point.")
scatter = history.dropna(subset=["temperature_2m", "demand_mwh"])
if not scatter.empty:
figure = px.scatter(
scatter, x="temperature_2m", y="demand_mwh", color="season",
opacity=0.45,
labels={"temperature_2m": "Temperature (C)", "demand_mwh": "Demand (MW)"},
)
binned = (
scatter.assign(bin=(scatter["temperature_2m"] / 2).round() * 2)
.groupby("bin")["demand_mwh"]
.agg(["median", "size"])
.query("size >= 5")
.reset_index()
)
if len(binned) > 2:
figure.add_trace(go.Scatter(
x=binned["bin"], y=binned["median"],
mode="lines+markers", name="Median response",
line=dict(color="#FFFFFF", width=2.5),
marker=dict(size=5),
))
figure.update_layout(height=360, template="plotly_dark",
margin=dict(l=10, r=10, t=10, b=10),
legend=dict(orientation="h", y=1.15),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
with right:
st.markdown("**Average daily load shape**")
st.caption("Weekday and weekend profiles diverge sharply; the models encode this explicitly.")
profile = (
history.groupby(["hour_local", "is_weekend"])["demand_mwh"]
.mean().reset_index()
)
profile["Day type"] = profile["is_weekend"].map({True: "Weekend", False: "Weekday"})
figure = px.line(profile, x="hour_local", y="demand_mwh", color="Day type",
markers=True,
labels={"hour_local": "Hour (local)", "demand_mwh": "Mean demand (MW)"},
color_discrete_map={"Weekday": ACCENT, "Weekend": ACCENT_2})
figure.update_layout(height=360, template="plotly_dark",
margin=dict(l=10, r=10, t=10, b=10),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
st.markdown("**Fleet comparison - mean demand by balancing authority**")
fleet = run_query(
f"""
SELECT ba_code, round(avg(demand_clean_mwh)) AS mean_demand_mw,
round(max(demand_clean_mwh)) AS peak_demand_mw
FROM fact_demand_hourly
WHERE demand_clean_mwh IS NOT NULL
AND period_utc >= (SELECT max(period_utc) FROM fact_demand_hourly) - INTERVAL {lookback_days} DAY
GROUP BY ba_code ORDER BY mean_demand_mw DESC
"""
)
if not fleet.empty:
figure = px.bar(fleet, x="ba_code", y=["mean_demand_mw", "peak_demand_mw"],
barmode="group", labels={"value": "MW", "ba_code": ""},
color_discrete_sequence=[ACCENT, ACCENT_2])
figure.update_layout(height=330, template="plotly_dark",
margin=dict(l=10, r=10, t=10, b=10),
legend=dict(orientation="h", y=1.15),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
with tabs[2]:
st.subheader("Model leaderboard")
st.caption(
"Every model is scored on the same out-of-sample window with the same metrics. "
"`eia_official` is the forecast the US Energy Information Administration actually "
"published and grid operators actually used - it is the benchmark, not a strawman."
)
board = run_query("""
SELECT model, mape_pct, smape_pct, mae_mwh, rmse_mwh, r2,
peak_hour_mape_pct, skill_vs_eia_pct, n_obs
FROM model_scores
WHERE trained_at_utc = (SELECT max(trained_at_utc) FROM model_scores)
ORDER BY mape_pct
""")
if board.empty:
st.info("No model scores yet. Run `gridpulse train`.")
else:
pretty = {
"gbm": "LightGBM (global)", "gbm_hybrid": "LightGBM hybrid (+EIA input)",
"lstm": "LSTM encoder", "transformer": "Transformer encoder",
"ensemble": "Ensemble (GBM + LSTM)", "eia_official": "EIA official forecast",
"seasonal_naive": "Seasonal naive (24h)", "weekly_naive": "Weekly naive (168h)",
}
board["Model"] = board["model"].map(lambda m: pretty.get(m, m))
ordered = board.sort_values("mape_pct", ascending=False)
bar_colours = [
ACCENT_2 if model == "eia_official" else ACCENT
for model in ordered["model"]
]
figure = go.Figure(
go.Bar(
x=ordered["mape_pct"],
y=ordered["Model"],
orientation="h",
text=[f"{v:.3f}%" for v in ordered["mape_pct"]],
textposition="outside",
marker_color=bar_colours,
hovertemplate="%{y}<br>MAPE %{x:.3f}%<extra></extra>",
)
)
figure.update_layout(
height=420, template="plotly_dark", showlegend=False,
margin=dict(l=10, r=70, t=20, b=10),
xaxis_title="MAPE (%) - lower is better", yaxis_title=None,
yaxis=dict(categoryorder="array", categoryarray=list(ordered["Model"])),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)",
)
st.plotly_chart(figure, use_container_width=True)
st.caption(
"The EIA benchmark is highlighted in purple. Anything to its left is "
"more accurate than the forecast the US government actually published."
)
best = board.iloc[0]
if best["model"] != "eia_official":
st.success(
f"**{pretty.get(best['model'], best['model'])}** achieves "
f"**{best['mape_pct']:.3f}% MAPE**, which is "
f"**{best['skill_vs_eia_pct']:.1f}% more accurate** than the EIA's own "
f"published day-ahead forecast on the same {int(best['n_obs']):,} hours."
)
st.dataframe(
board[["Model", "mape_pct", "smape_pct", "mae_mwh", "rmse_mwh", "r2",
"peak_hour_mape_pct", "skill_vs_eia_pct"]]
.rename(columns={
"mape_pct": "MAPE %", "smape_pct": "sMAPE %", "mae_mwh": "MAE (MW)",
"rmse_mwh": "RMSE (MW)", "r2": "R2",
"peak_hour_mape_pct": "Peak-hour MAPE %", "skill_vs_eia_pct": "Skill vs EIA %",
}),
use_container_width=True, hide_index=True,
)
st.markdown("**EIA forecast error by balancing authority**")
accuracy = run_query("""
SELECT ba_code, round(avg(abs_pct_error), 3) AS eia_mape_pct, count(*) AS hours
FROM fact_forecast_accuracy GROUP BY ba_code ORDER BY eia_mape_pct
""")
if not accuracy.empty:
figure = px.bar(accuracy, x="ba_code", y="eia_mape_pct",
labels={"eia_mape_pct": "EIA MAPE (%)", "ba_code": ""},
color_discrete_sequence=[ACCENT_2])
figure.update_layout(height=300, template="plotly_dark",
margin=dict(l=10, r=10, t=10, b=10),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
with tabs[3]:
st.subheader("Anomaly monitor")
st.caption(
"Three independent detectors vote: a robust seasonal z-score, an Isolation "
"Forest over the multivariate feature space, and an autoencoder over daily "
"load shapes. Severity rises with the number of detectors that agree."
)
counts = run_query("""
SELECT anomaly_type, severity, count(*) AS n
FROM anomaly_scores WHERE is_anomaly GROUP BY 1, 2 ORDER BY n DESC
""")
if counts.empty:
st.info("No anomaly scores yet. Run `gridpulse anomalies`.")
else:
left, right = st.columns([2, 1])
with left:
figure = px.bar(counts, x="anomaly_type", y="n", color="severity",
labels={"n": "Hours flagged", "anomaly_type": ""},
color_discrete_map={"high": WARN, "medium": "#FFA94D", "low": ACCENT})
figure.update_layout(height=340, template="plotly_dark",
margin=dict(l=10, r=10, t=10, b=10),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
with right:
by_ba = run_query("""
SELECT ba_code, count(*) AS anomalies
FROM anomaly_scores WHERE is_anomaly GROUP BY 1 ORDER BY anomalies DESC
""")
st.dataframe(by_ba, use_container_width=True, hide_index=True, height=340)
st.markdown("**Most recent high-severity anomalies**")
recent = run_query("""
SELECT period_utc, ba_code, round(demand_mwh) AS demand_mw,
round(temperature_2m, 1) AS temp_c, anomaly_type, severity,
detector_votes, round(robust_z, 2) AS robust_z
FROM anomaly_scores
WHERE is_anomaly AND severity IN ('high', 'medium')
ORDER BY period_utc DESC LIMIT 200
""")
st.dataframe(recent, use_container_width=True, hide_index=True, height=380)
with tabs[4]:
st.subheader("Data quality scorecard")
st.caption(
"Utility interval data fails in domain-specific ways: daylight-saving "
"duplicates, frozen telemetry, negative demand from sign-convention errors. "
"Each check below targets one of those failure modes."
)
scorecard = run_query("SELECT * FROM dq_scorecard ORDER BY dimension")
checks = run_query("""
SELECT check_name, dimension, severity, failed_rows, total_rows,
failure_rate_pct, threshold_pct, passed, description
FROM dq_results
WHERE run_at_utc = (SELECT max(run_at_utc) FROM dq_results)
ORDER BY passed, severity, check_name
""")
if checks.empty:
st.info("No quality results yet. Run `gridpulse quality`.")
else:
passed = int(checks["passed"].sum())
total = len(checks)
c1, c2, c3 = st.columns(3)
c1.metric("Checks passed", f"{passed}/{total}")
c2.metric("Pass rate", f"{100 * passed / total:.0f}%")
c3.metric("Critical failures",
int(((~checks["passed"]) & (checks["severity"] == "critical")).sum()))
if not scorecard.empty:
figure = px.bar(scorecard, x="dimension", y="pass_pct",
labels={"pass_pct": "Pass rate (%)", "dimension": ""},
color_discrete_sequence=[ACCENT], range_y=[0, 105])
figure.update_layout(height=300, template="plotly_dark",
margin=dict(l=10, r=10, t=10, b=10),
paper_bgcolor="rgba(0,0,0,0)", plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
display = checks.copy()
display["Status"] = display["passed"].map({True: "PASS", False: "FAIL"})
st.dataframe(
display[["Status", "check_name", "dimension", "severity",
"failed_rows", "total_rows", "failure_rate_pct", "description"]],
use_container_width=True, hide_index=True, height=460,
)
with tabs[5]:
st.subheader("Ask the Grid")
st.caption(
"Ask in plain English. The question is translated into DuckDB SQL, passed "
"through a safety guard (read-only connection, SELECT-only, table allowlist, "
"enforced row cap) and executed. The generated SQL is always shown, because "
"an answer you cannot audit is an answer you cannot trust."
)
from gridpulse.agent import SAMPLE_QUESTIONS, GridAgent
agent = GridAgent(database=database_path())
if not agent.available:
st.warning(
"The AI agent needs a Groq API key. Locally, put `GROQ_API_KEY` in `.env`; "
"when deployed, add it to your host's secrets. "
"Free keys: https://console.groq.com/keys"
)
else:
example = st.selectbox("Try an example", ["(write my own)"] + SAMPLE_QUESTIONS)
default = "" if example.startswith("(") else example
question = st.text_input("Your question", value=default,
placeholder="e.g. Which BA has the worst forecast error in summer?")
if st.button("Ask", type="primary") and question.strip():
with st.spinner("Generating SQL and querying the warehouse..."):
answer = agent.ask(question)
if not answer.ok:
st.error(answer.error)
if answer.sql:
st.code(answer.sql, language="sql")
else:
if answer.summary:
st.success(answer.summary)
for warning in answer.warnings:
st.caption(f"- {warning}")
with st.expander("Generated SQL", expanded=True):
st.code(answer.sql, language="sql")
st.dataframe(answer.data, use_container_width=True, hide_index=True, height=380)
numeric = answer.data.select_dtypes("number").columns.tolist()
if len(answer.data) > 1 and numeric:
label_columns = [c for c in answer.data.columns if c not in numeric]
if label_columns:
try:
figure = px.bar(answer.data.head(40), x=label_columns[0], y=numeric[0],
color_discrete_sequence=[ACCENT])
figure.update_layout(height=340, template="plotly_dark",
margin=dict(l=10, r=10, t=10, b=10),
paper_bgcolor="rgba(0,0,0,0)",
plot_bgcolor="rgba(0,0,0,0)")
st.plotly_chart(figure, use_container_width=True)
except Exception:
pass
with tabs[6]:
st.subheader("How GridPulse works")
st.markdown(
"""
Grid operators decide today how much power to generate tomorrow, so a day-ahead
demand forecast has real money attached to it. The EIA publishes each region's own
day-ahead forecast next to what actually happened, so every model here is scored
against that instead of a baseline I made up.
### The pipeline
"""
)
st.code(
"""
EIA-930 API v2 --+
+--> BRONZE (Parquet, partitioned, immutable, watermarked)
Open-Meteo --+ |
v
SILVER (cleaned: measures become columns, weather joined,
every hour listed, local time, quality flags)
|
v
GOLD (DuckDB star schema)
dim_ba, dim_date
fact_demand_hourly
fact_forecast_accuracy <- EIA benchmark scored here
|
+-----------------+------------------+-------------------+
v v v v
16 quality checks Features Anomaly detection SQL agent
(6 categories) (39 of them) (3 detectors vote) (guarded LLM)
|
v
LightGBM, LSTM, Transformer, Ensemble
|
v
FastAPI, this Streamlit app
""",
language="text",
)
st.markdown(
"""
### Some choices
- One LightGBM model across all 12 regions, with the region code as a categorical
feature, so the bigger regions help the smaller ones and there is one model file
to deploy instead of twelve.
- Bad readings are flagged, not deleted, so a broken meter leaves evidence behind.
- Every split is by date. Splitting time series randomly puts future rows next to
past ones and the scores stop meaning anything.
- The models use tomorrow's weather forecast, which a real grid operator also has.
### What it is built with
| Part | Tools |
|---|---|
| Downloading data | Python, `httpx` async, only fetching what is new |
| Storage | Parquet in bronze/silver/gold, DuckDB warehouse |
| Transformations | SQL and dbt |
| Scheduling | Dagster assets, GitHub Actions |
| Quality | 16 checks across 6 categories |
| Machine learning | LightGBM with quantiles, PyTorch LSTM and Transformer |
| Experiment tracking | MLflow |
| Serving | FastAPI, Streamlit |
| AI features | Groq LLM writing SQL, with guardrails |
"""
)
st.divider()
st.caption(
"GridPulse, Data: US Energy Information Administration (EIA-930) and Open-Meteo, "
"Built by Adwitiya Shukla"
)
|