shayanmalik09's picture
Create config.json
08a0260 verified
raw
history blame contribute delete
291 Bytes
{
"model_type": "sklearn",
"task": "regression",
"model_name": "Auto MPG Predictor",
"dataset": "Auto MPG",
"features": ["cylinders", "displacement", "horsepower", "weight", "acceleration", "model_year", "origin_Japan", "origin_USA"],
"target": "mpg",
"license": "apache-2.0"
}