com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Sample Analysis Configurations Definition
 The configurations included in a sample analysis configurations definition JSON file are as follows.
[ { "key": "algorithmName", "value": "LOGISTIC_REGRESSION" }, { "key": "algorithmType", "value": "Classification" }, { "key": "responseVariable", "value": "Class" }, { "key": "trainDataFraction", "value": "0.7" } ]
Parameter definitions
The definitions of the parameters in the above sample analysis configurations definition JSON file are as follows.
Parameter | Description | Required | Default value | Example |
---|---|---|---|---|
algorithmName | Name of the machine learning algorithm to be used. Define one of the following values.
| Yes | None | LOGISTIC_REGRESSION |
algorithmType | Type of the algorithm. Define one of the following values.
| Yes | Â None | Classification |
responseVariable | Header name of the response variable | Yes | None | Class |
trainDataFraction | Â Proportion of the train dataset from the full dataset (0-1 scale) | Â Yes | Â None | Â 0.7 |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.