h2oai/residuals-vis-data

export aggregated frames for grupo bimbo engineered features models

Closed this issue · 8 comments

for offline demo

const configFile = 'grupoBimboDmitryFeaturesOptions.json';

generated predictions and deviances frames with
node predict.js
screen shot 2016-10-24 at 1 39 29 pm

generated combined frames with
node combine-frames
screen shot 2016-10-24 at 1 41 51 pm

now we have some new aggregated frames from running
node aggregate.js
screen shot 2016-10-24 at 1 47 25 pm

now have aggregated data for all 5 models on disk as csv.
screen shot 2016-10-24 at 2 07 37 pm

next up is to convert these to json and copy that json over to the data folder of the residuals-vis-example-project

now we have json files in residuals-vis-example-project/src/data

screen shot 2016-10-24 at 2 40 26 pm

remember to convert to .js javascript files and export a const named variable like
export const gbEfGLMAggregated8 = [...

this looks better
screen shot 2016-10-24 at 2 48 58 pm