UCS2014 commited on
Commit
5d60e20
·
verified ·
1 Parent(s): 481d13b

Update models/ym_meta.json

Browse files
Files changed (1) hide show
  1. models/ym_meta.json +12 -15
models/ym_meta.json CHANGED
@@ -1,16 +1,13 @@
1
  {
2
- "features": [
3
- "WOB(klbf)",
4
- "TORQUE(kft.lbf)",
5
- "SPP(psi)",
6
- "RPM(1/min)",
7
- "ROP(ft/h)",
8
- "Flow Rate, gpm"
9
- ],
10
- "target": "Actual Ym",
11
- "model_type": "RandomForestRegressor",
12
- "train_rows": 2768,
13
- "test_rows": 593,
14
- "index_name": "Depth",
15
- "notes": "Predicting Young's Modulus from Train/Test sheets."
16
- }
 
1
  {
2
+ "app": "ST_Sonic_Tc",
3
+ "model_file": "tc_model.joblib",
4
+ "features": ["<feature1>", "<feature2>", "..."],
5
+ "target": "Ts",
6
+ "pred_col": "Tc_Pred",
7
+ "versions": {
8
+ "numpy": "x.y.z",
9
+ "scikit_learn": "x.y.z",
10
+ "tensorflow": "optional if used"
11
+ },
12
+ "notes": "Units, any transforms, etc."
13
+ }