UCS2014 commited on
Commit
603bf9c
·
verified ·
1 Parent(s): 4691292

Update models/meta.json

Browse files
Files changed (1) hide show
  1. models/meta.json +3 -5
models/meta.json CHANGED
@@ -1,6 +1,4 @@
1
  {
2
- "features": ["Feat1","Feat2","Feat3","Feat4","Feat5","Feat6"],
3
- "target": "log(GR)", // EXACT column name in your sheets
4
- "target_transform": "log10", // tells the app to inverse-transform predictions
5
- "actual_col": "GR" // the actual GR column in your sheets
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
+ }