UCS2014 commited on
Commit
b914b72
·
verified ·
1 Parent(s): 6a4d506

Update models/meta.json

Browse files
Files changed (1) hide show
  1. models/meta.json +4 -2
models/meta.json CHANGED
@@ -1,4 +1,6 @@
1
  {
2
- "features": ["<your col 1>", "<your col 2>", "<your col 3>", "<your col 4>", "<your col 5>", "<your col 6>"],
3
- "target": "UCS" // or "GR" for the GR app
 
 
4
  }
 
1
  {
2
+ "features": ["GPM","SPP","RPM","WOB","T","ROP"],
3
+ "target": "log(GR)", // or "GR"
4
+ "target_transform": "ln", // "ln", "log10", or "none"
5
+ "actual_col": "GR" // column with actual API values (optional)
6
  }