UCS2014 commited on
Commit
9e1986d
·
verified ·
1 Parent(s): 7777e76

Upload bo_meta - Copy.json

Browse files
Files changed (1) hide show
  1. models/bo_meta - Copy.json +19 -0
models/bo_meta - Copy.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "app": "ST_Log_BreakoutMW",
3
+ "model_file": "bo_model.joblib",
4
+ "features": [
5
+ "Depth",
6
+ "Q, gpm",
7
+ "SPP(psi)",
8
+ "T (kft.lbf)",
9
+ "WOB (klbf)",
10
+ "ROP (ft/h)"
11
+ ],
12
+ "target": "Breakout MW (PCF)",
13
+ "pred_col": "BO_Pred",
14
+ "versions": {
15
+ "numpy": "2.0.2",
16
+ "scikit_learn": "1.5.1"
17
+ },
18
+ "notes": "Breakout MW prediction. Features/target aligned to data.xlsx."
19
+ }