{ | |
"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" | |
} |