This commit is contained in:
2026-03-12 20:47:22 +11:00
parent 4f9c9004d7
commit 5ffb712669
2 changed files with 7 additions and 7 deletions

View File

@@ -35,9 +35,9 @@ services:
DATABASE_URL: "postgres://postgres:postgres@timescaledb:5432/micrometeo?sslmode=disable"
RAIN_SITE: "home"
RAIN_MODEL_NAME: "rain_next_1h"
RAIN_MODEL_VERSION_BASE: "rain-logreg-v1"
RAIN_MODEL_FAMILY: "logreg"
RAIN_FEATURE_SET: "baseline"
RAIN_MODEL_VERSION_BASE: "rain-auto-v1-extended"
RAIN_MODEL_FAMILY: "auto"
RAIN_FEATURE_SET: "extended"
RAIN_FORECAST_MODEL: "ecmwf"
RAIN_LOOKBACK_DAYS: "30"
RAIN_TRAIN_INTERVAL_HOURS: "24"