Skip to content

Instantly share code, notes, and snippets.

@mtambos
Created October 8, 2014 21:20
Show Gist options
  • Save mtambos/5f642555945da8ddb484 to your computer and use it in GitHub Desktop.
Save mtambos/5f642555945da8ddb484 to your computer and use it in GitHub Desktop.
CLA - ECG swarm description
SWARM_DESCRIPTION = {
'includedFields': [
{
'fieldName': 'timestamp',
'fieldType': 'datetime',
},
{
'fieldName': 'V5',
'fieldType': 'float',
},
],
'streamDef': {
'info': 'V5',
'version': 1,
'streams': [
{
'info': 'qtdbsel102',
'source': 'file://data.csv',
'columns': ['*']
}
]
},
'inferenceType': 'TemporalAnomaly',
'inferenceArgs': {
'predictionSteps': [1],
'predictedField': 'V5'
},
'iterationCount': 200,
'swarmSize': 'large'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment