Guard DEB bucket calibration

This commit is contained in:
2569718930@qq.com
2026-06-08 00:59:16 +08:00
parent 26775693e7
commit 4f4617ba0a
9 changed files with 354 additions and 14 deletions
+2
View File
@@ -225,6 +225,8 @@ export interface DebForecast {
prediction: number | null;
raw_prediction?: number | null;
version?: string | null;
selected_version?: string | null;
guard_reason?: string | null;
weights_info?: string | null;
bias_adjustment?: number | null;
bias_samples?: number | null;