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

Rename models/bo_meta - Copy.json to models/bd_meta.json

Browse files
Files changed (2) hide show
  1. models/bd_meta.json +15 -0
  2. models/bo_meta - Copy.json +0 -19
models/bd_meta.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "app": "ST_Log_BreakdownMW",
3
+ "model_file": "bd_model.joblib",
4
+ "features": [
5
+ "Q, gpm",
6
+ "SPP(psi)",
7
+ "T (kft.lbf)",
8
+ "WOB (klbf)",
9
+ "ROP (ft/h)"
10
+ ],
11
+ "target": "Breakdown MW (PCF)",
12
+ "pred_col": "BD_Pred",
13
+ "versions": { "numpy": "2.0.2", "scikit_learn": "1.5.1" },
14
+ "notes": "Breakdown MW prediction. Features/target aligned to data.xlsx."
15
+ }
models/bo_meta - Copy.json DELETED
@@ -1,19 +0,0 @@
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
- }