{
    "algorithm": "random_forest",
    "data": {
        "features": [
            "age",
            "income",
            "education"
        ],
        "target": "purchase_likelihood"
    },
    "hyperparameters": {
        "n_estimators": 100,
        "max_depth": 10,
        "epochs": 50
    }
}