Skip to content

Instantly share code, notes, and snippets.

@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."