File size: 416 Bytes
1224537
 
 
 
 
 
 
 
 
 
 
 
 
03aa8e5
 
1224537
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "app": "ST_GeoMech_SMW",
  "model_file": "bo_model.joblib",
  "features": [
    "Q (gpm)",
    "SPP (psi)",
    "T (kft.lbf)",
    "WOB (klbf)",
    "ROP (ft/h)"
  ],
  "target": "BO_Actual",
  "pred_col": "BO_Pred",
  "units": "MW (pcf)",
  "versions": { "numpy": "1.24.0", "scikit_learn": "1.1.3" },
  "notes": "Breakout MW prediction (BO). Features/target aligned to data.xlsx and bo_model.joblib payload."
}