Create config.json
Browse files- 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 |
+
}
|