Skip to content

Instantly share code, notes, and snippets.

@jaehyeon-kim
Created January 22, 2017 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaehyeon-kim/77a23a4b14692693fb9c33d88fe71eae to your computer and use it in GitHub Desktop.
Save jaehyeon-kim/77a23a4b14692693fb9c33d88fe71eae to your computer and use it in GitHub Desktop.
insightTemplate

README is empty

id moduleName responseType attributeType scenario insight
1 general trend module response_gain other increase <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> increased <<time phrase>> which is happy. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
4 general trend module response_gain other decrease <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> decreased <<time phrase>> which is sad. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
7 general trend module response_gain other neutral <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> did not change <<time phrase>> which is okay.</div>
2 general trend module response_loss other increase <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> increased <<time phrase>> which is sad. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
5 general trend module response_loss other decrease <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> decreased <<time phrase>> which is happy. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
8 general trend module response_loss other neutral <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> did not change <<time phrase>> which is okay.</div>
3 general trend module response_neutral other increase <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> increased <<time phrase>> which is okay. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
6 general trend module response_neutral other decrease <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> decreased <<time phrase>> which is okay. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
9 general trend module response_neutral other neutral <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> did not change <<time phrase>> which is too boring.</div>
10 general mix module response_neutral other test <div class = 'suggest_insight'> place holder </div>
11 two factor mix module response_neutral other test <div class = 'suggest_insight'> place holder </div>
12 day of week module response_neutral other test <div class = 'suggest_insight'> place holder </div>
13 month of year module response_neutral other test <div class = 'suggest_insight'> place holder </div>
14 movement module response_neutral other test <div class = 'suggest_insight'> place holder </div>
15 general linear module response_neutral other test <div class = 'suggest_insight'> place holder </div>
16 ranking module response_neutral other test <div class = 'suggest_insight'> place holder </div>
17 importance module response_neutral other test <div class = 'suggest_insight'> place holder </div>
18 listing module response_neutral other test <div class = 'suggest_insight'> place holder </div>
19 status change module response_neutral other test <div class = 'suggest_insight'> place holder </div>
20 response ratio module response_neutral other test <div class = 'suggest_insight'> place holder </div>
21 fitted trend module response_neutral other test <div class = 'suggest_insight'> place holder </div>
22 trend indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
23 mix indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
24 two factor percentage indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
25 day of week of month module response_neutral other test <div class = 'suggest_insight'> place holder </div>
26 seasonality deconstruction module response_neutral other test <div class = 'suggest_insight'> place holder </div>
27 seasonality indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
28 movement indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
29 linear regression module response_neutral other test <div class = 'suggest_insight'> place holder </div>
{
"name": "insightTemplate",
"state": "active",
"created": "2017-01-22T22:46:40.167Z",
"sources": [
{}
],
"profiles": {
"dataexplorer": "0.9"
},
"scripts": [
{
"id": "main.js",
"path": "main.js"
}
],
"views": [
{
"id": "grid",
"label": "Grid",
"type": "SlickGrid",
"state": {
"gridOptions": {
"editable": true,
"enabledAddRow": true,
"enabledDelRow": true,
"enableReOrderRow": true,
"autoEdit": false,
"enableCellNavigation": true
}
}
},
{
"id": "graph",
"label": "Graph",
"type": "Graph"
},
{
"id": "map",
"label": "Map",
"type": "Map"
}
],
"id": "dataexplorer-586729",
"resources": [
{
"backend": "csv",
"id": "insightTemplate",
"filename": "insightTemplate.csv",
"path": "current.csv",
"schema": {
"fields": [
{
"id": "id",
"label": "id",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "moduleName",
"label": "moduleName",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "responseType",
"label": "responseType",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "attributeType",
"label": "attributeType",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "scenario",
"label": "scenario",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "insight",
"label": "insight",
"type": "string",
"format": null,
"is_derived": false
}
]
}
},
{
"backend": "csv",
"id": "insightTemplate-original",
"filename": "insightTemplate.csv",
"path": "original.csv",
"schema": {
"fields": [
{
"id": "id",
"label": "id",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "moduleName",
"label": "moduleName",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "responseType",
"label": "responseType",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "attributeType",
"label": "attributeType",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "scenario",
"label": "scenario",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "insight",
"label": "insight",
"type": "string",
"format": null,
"is_derived": false
}
]
}
}
]
}
loadDataset("current", function (error, dataset) {
// error will be null unless there is an error
// dataset is a Recline memory store (http://reclinejs.com//docs/src/backend.memory.html).
console.log(dataset);
});
1 general trend module response_gain other increase <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> increased <<time phrase>> which is happy. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
4 general trend module response_gain other decrease <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> decreased <<time phrase>> which is sad. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
7 general trend module response_gain other neutral <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> did not change <<time phrase>> which is okay.</div>
2 general trend module response_loss other increase <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> increased <<time phrase>> which is sad. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
5 general trend module response_loss other decrease <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> decreased <<time phrase>> which is happy. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
8 general trend module response_loss other neutral <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> did not change <<time phrase>> which is okay.</div>
3 general trend module response_neutral other increase <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> increased <<time phrase>> which is okay. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
6 general trend module response_neutral other decrease <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> decreased <<time phrase>> which is okay. The trend picked at <<trend max time>> with <<trend max value>> with <<time granularity phrase>> of <<trend mean value>> </div>
9 general trend module response_neutral other neutral <div class = 'suggest_insight'> Performance of <<response calculation phrase>> for <<filters phrase>> of <<non filters phrase>> did not change <<time phrase>> which is too boring.</div>
10 general mix module response_neutral other test <div class = 'suggest_insight'> place holder </div>
11 two factor mix module response_neutral other test <div class = 'suggest_insight'> place holder </div>
12 day of week module response_neutral other test <div class = 'suggest_insight'> place holder </div>
13 month of year module response_neutral other test <div class = 'suggest_insight'> place holder </div>
14 movement module response_neutral other test <div class = 'suggest_insight'> place holder </div>
15 general linear module response_neutral other test <div class = 'suggest_insight'> place holder </div>
16 ranking module response_neutral other test <div class = 'suggest_insight'> place holder </div>
17 importance module response_neutral other test <div class = 'suggest_insight'> place holder </div>
18 listing module response_neutral other test <div class = 'suggest_insight'> place holder </div>
19 status change module response_neutral other test <div class = 'suggest_insight'> place holder </div>
20 response ratio module response_neutral other test <div class = 'suggest_insight'> place holder </div>
21 fitted trend module response_neutral other test <div class = 'suggest_insight'> place holder </div>
22 trend indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
23 mix indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
24 two factor percentage indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
25 day of week of month module response_neutral other test <div class = 'suggest_insight'> place holder </div>
26 seasonality deconstruction module response_neutral other test <div class = 'suggest_insight'> place holder </div>
27 seasonality indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
28 movement indexation module response_neutral other test <div class = 'suggest_insight'> place holder </div>
29 linear regression module response_neutral other test <div class = 'suggest_insight'> place holder </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment