feat: add versioned DEB bias backtesting

This commit is contained in:
2569718930@qq.com
2026-05-27 21:40:26 +08:00
parent 4d22191a2d
commit 8609376c59
20 changed files with 792 additions and 44 deletions
+5
View File
@@ -206,7 +206,12 @@ export interface ForecastData {
export interface DebForecast {
prediction: number | null;
raw_prediction?: number | null;
version?: string | null;
weights_info?: string | null;
bias_adjustment?: number | null;
bias_samples?: number | null;
intraday_adjustment?: number | null;
}
export interface CitySummary {