Skip to content

thind008/acceleratoRs

 
 

Repository files navigation

Introduction

acceleratoRs are a collection of R based lightweight data science solutions that offer quick start for data scientists to experiment, prototype, and present their data analytics of specific domains.

Each of accelerators shared in this repo is structured following the project template of the Microsoft Team Data Science Process, in a simplified and accelerator-friendly version. The analytics are scripted in R markdown (notebook), and can be used to conveniently yield outputs in various formats (ipynb, PDF, html, etc.).

How-to

  • To start with a new acceleator project, use GeneralTemplate for initialization. The GeneralTemplate consists of three parts which are Code, Data, and Docs.

    • Code - Codes of analytics for the data science problem is put in the directory. R markdown is recommended for scripting as it is easy to yield pure code as well as report in various formats (e.g., PDF, html, etc.) for the convenient of presenting.
    • Data - Data used for the analytics. It is highly recommended to put sample data in the dictory while providing reference to full set of it.
    • Docs - Normally related documentations, references, and perhaps yielded reports will be put in this directory.
  • An accelerator should be able to run interactively as an R notebooks in RStudio.

  • Makefile is by default provided to generate documents of other formats, or alternatively rmarkdown::render can be used for the same purpose.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

R based data science solution accelerator suite that provides templates for prototyping, reporting, and presenting data science analytics of specific domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.9%
  • Jupyter Notebook 9.1%