shayanmalik09 commited on
Commit
08a0260
·
verified ·
1 Parent(s): 45e9ca4

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "sklearn",
3
+ "task": "regression",
4
+ "model_name": "Auto MPG Predictor",
5
+ "dataset": "Auto MPG",
6
+ "features": ["cylinders", "displacement", "horsepower", "weight", "acceleration", "model_year", "origin_Japan", "origin_USA"],
7
+ "target": "mpg",
8
+ "license": "apache-2.0"
9
+ }