Update Home

2026-06-18 20:41:00 +00:00
parent 7e9a87ad3f
commit 1302b77367
+2 -2
@@ -18,7 +18,7 @@ Python forecasting scripts plus a browser dashboard for validating BACnet trend
## Overview & quick start ## Overview & quick start
| Component | Description | | Component | Description |f72
|-----------|-------------| |-----------|-------------|
| **forecast.py** | Train models, backtest on last 20%, write `forecast_output.json` | | **forecast.py** | Train models, backtest on last 20%, write `forecast_output.json` |
| **forecast_comp.py** | Compare target-only vs target + extra points (console MAE) | | **forecast_comp.py** | Compare target-only vs target + extra points (console MAE) |
@@ -52,7 +52,7 @@ Or open `test.php`, load sample or live data, then click **Load forecast**.
|-----------|---------|--------| |-----------|---------|--------|
| `sample=1` | `?sample=1` | Use sample JS; no live fetch | | `sample=1` | `?sample=1` | Use sample JS; no live fetch |
| `forecast=1` | `?forecast=1` | Auto-load `forecast_output.json` | | `forecast=1` | `?forecast=1` | Auto-load `forecast_output.json` |
| `interval=N` | `?interval=24` | Live trend window (872 hours) | | `interval=N` | `?interval=24` | Live trend window (8-36 hours) breaks becasuse of too much data (i think) |
| `keyid=N` | `?keyid=1` | Override automation-server id | | `keyid=N` | `?keyid=1` | Override automation-server id |
| `embed=1` | `?embed=1` | Minimal header (iframe) | | `embed=1` | `?embed=1` | Minimal header (iframe) |