Skip to content

Instantly share code, notes, and snippets.

@itortosao
itortosao / metadata.json
Last active October 8, 2020 07:35
Anomalies classification and evaluation
{
"inputs": [
{
"type": "source-id",
"description": "Scripting from source-id resource",
"name": "source1"
}
],
"description": "This script classifies anomalies with a score greater or equal than 0.555",
"outputs": [
@itortosao
itortosao / metadata.json
Last active November 12, 2019 00:10
Anomalies classification and evaluation - updated names
{
"inputs": [
{
"type": "source-id",
"description": "Scripting from source-id resource",
"name": "source1"
}
],
"description": "This script classifies anomalies with a score greater or equal than 0.555",
"outputs": [
@itortosao
itortosao / ts-eval-metrics.json
Last active March 27, 2019 11:24 — forked from mmerce/ts-eval-metrics.json
Extracting the best ts-models evaluation metrics
{
"name": "Time-series best model evaluations dataset",
"description": "Builds a dataset with the evaluation metrics for the best models of a time-series",
"inputs": [
{
"name": "metrics",
"type": "list",
"default": ["aic", "aicc", "bic","r_squared"],
"description": "List of the metrics to be extracted."