com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Sample Customized Features Definition
The configurations included in a sample customized features definition JSON file are as follows.
[ { "type": "numerical", "name": "numberOfLinks", "include": true, "imputeOption": "DISCARD" }, { "type": "numerical", "name": "class", "include": true, "imputeOption": "DISCARD" } ]
Parameter definitions
The definitions of the parameters in the above sample customized features definition JSON file are as follows.
Parameter | Description | Required | Default value | Example |
---|---|---|---|---|
type | Type of the feature (numerical/categorical) | Yes | None | numerical |
name | Name of the feature as it appears in the dataset | Yes | None | numberOfLinks |
include | Whether this feature should be used for the analysis (true/false) | Yes | None | true |
imputeOption | The action to be done if a value is missing. Define one out of the following values.
| Yes | None | DISCARD |