Skip to content

paulklemm/regression-heatmap-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Regression Heat Map Front-end

This repository contains all code for the front end necessary to run a 3D Regression Heat Map instance. The local debugging server can be deployed using foreman, which is a Ruby gem. The deployment version can be uploaded as a Heroku app.

The statistical backend can be found in this repository.

How to Start a Local Debugging Server

  1. install foreman (https://github.com/ddollar/foreman)
  2. navigate to the root folder and launch the local server using foreman start web

Pushing Updates to Heroku

  1. be sure to have the correct server listings in config.json
  2. run git push heroku master
  3. scale heroku dynos: heroku ps:scale web=1

Data Format

This repository is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International (see LICENCE.md)

I will change the license to http://choosealicense.com/licenses/mit/ as soon as the associated paper gets accepted.

About

Nodejs/Express based frontend for the the regression cube paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published