Data Configuration

The data configuration is a JSON object where the user specifies predictor and target columns, used to describe input data. This is the same structure for both glm and ffnet.

Example:

{
    "predictors": ["sbp", "tobacco", "ldl", "adiposity", "typea", "obesity", "alcohol", "age"],
    "target": "chd"
}

Last updated