Skip to content

jeremyyeo/machina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machina

A set of analytics tools built with R using the following packages:

  • Facebook's Prophet package for forecasting.
  • Google's CausalImpact package for analysing the causal effect of an intervention.

To run locally, open app.R in RStudio and press the Run App button on the top right just above the code window.

Deploying with Docker

Build and push the image to docker hub:

docker build jeremyyeo/machina .
docker push

Pull and run from your server (e.g. an EC2 instance):

docker pull jeremyyeo/machina
docker run --rm -p 3838:3838 jeremyyeo/machina

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published