UCS2014 commited on
Commit
03aa8e5
·
verified ·
1 Parent(s): 1cf775a

Update models/bo_meta.json

Browse files
Files changed (1) hide show
  1. models/bo_meta.json +2 -2
models/bo_meta.json CHANGED
@@ -11,6 +11,6 @@
11
  "target": "BO_Actual",
12
  "pred_col": "BO_Pred",
13
  "units": "MW (pcf)",
14
- "versions": { "numpy": "2.0.2", "scikit_learn": "1.5.1" },
15
- "notes": "Breakout MW prediction. Features/target aligned to data.xlsx."
16
  }
 
11
  "target": "BO_Actual",
12
  "pred_col": "BO_Pred",
13
  "units": "MW (pcf)",
14
+ "versions": { "numpy": "1.24.0", "scikit_learn": "1.1.3" },
15
+ "notes": "Breakout MW prediction (BO). Features/target aligned to data.xlsx and bo_model.joblib payload."
16
  }