This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "dataset to image composite", | |
"kind": "script", | |
"description": "Transform back a dataset with images to a source composite", | |
"source_code": "script.whizzml", | |
"inputs": [ | |
{ | |
"name": "dataset", | |
"type": "dataset-id", | |
"description": "The input dataset" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "create sources", | |
"kind": "script", | |
"description": "loops creation/deletion of sources, reporting timings", | |
"source_code": "script.whizzml", | |
"imports":[ | |
], | |
"inputs":[ | |
{"name": "iterations", | |
"type": "number", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Import labels from table", | |
"kind": "script", | |
"description": "Add labels to an image composite, read from a table source", | |
"source_code": "script.whizzml", | |
"inputs":[ | |
{ | |
"name": "composite-id", | |
"type": "source-id", | |
"description": "The target image composite to extend" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Clean topic names", | |
"kind": "script", | |
"description": "Remove non-letter characters from topic names", | |
"source_code": "script.whizzml", | |
"imports":[ | |
], | |
"inputs":[ | |
{ | |
"name": "topic-model", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "mark-missing-in-predictions", | |
"kind": "script", | |
"description": "Perform a batch prediction and produce an additional dataset with missings marked", | |
"source_code": "script.whizzml", | |
"imports":[ | |
], | |
"inputs":[ | |
{ | |
"name": "model", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "table+image->image", | |
"kind": "script", | |
"description": "Convert a table+image source to an editable composite", | |
"source_code": "script.whizzml", | |
"imports":[ | |
], | |
"inputs":[ | |
{ | |
"name": "input", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "path-to-label", | |
"kind": "script", | |
"description": "Extracts the last component of paths as the label", | |
"source_code": "script.whizzml", | |
"imports":[ | |
], | |
"inputs":[ | |
{ | |
"name": "source", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Anomalies above threshold", | |
"kind": "script", | |
"description": "Creates an anomaly detector and a dataset with all the anomalies above or below a given threshold", | |
"source_code": "script.whizzml", | |
"inputs":[ | |
{ | |
"name": "dataset", | |
"type": "dataset-id", | |
"description": "Anomaly to use" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Anomalies above threshold", | |
"kind": "script", | |
"description": "Creates a dataset with all the anomalies above a given threshold", | |
"source_code": "script.whizzml", | |
"imports":[ | |
], | |
"inputs":[ | |
{ | |
"name": "anomaly", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Remove constant fields", | |
"kind": "script", | |
"description": "Remove fields that are constant", | |
"source_code": "script.whizzml", | |
"imports":[ | |
], | |
"inputs":[ | |
{ | |
"name": "input-dataset", |
NewerOlder