acceleratoRs/flightDelayPredictionWithDSVM/Code
yueguoguo 47c91feed5 Fixed password loading issue 2017-11-27 13:32:02 +08:00
..
deepLearningDemo Don't need to save model 2017-05-19 22:21:03 +09:00
sparkDemo Rewrote SparkR data manipulation 2017-05-19 22:22:19 +09:00
Makefile Updates of files 2017-05-12 18:21:04 +08:00
README.md Updates of files 2017-05-12 18:21:04 +08:00
flightDelayPrediction.Rmd Fixed password loading issue 2017-11-27 13:32:02 +08:00

README.md

Prerequisites

Place the prerequisites for running the codes

  • R >= 3.3.3
  • rmarkdown >= 1.3
  • RevoScaleR >= 9.1.0
  • MicrosoftML >= 1.3.0
  • mrsdeploy >= 1.1.0
  • AzureSMR >= 0.2.2
  • AzureDSVM >= 0.1.0

Use of template

The codes for analytics, embedded with step-by-step instructions, are written in R markdown, and can be run interactively within the code chunks of the markdown file.

Makefile in the folder can be used to produce report in various formats based upon the R markdown script. Suported output formats include

  • R - pure R codes,
  • md - markdown,
  • html - html,
  • pdf - pdf,
  • ipynb - Jupyter notebook,
  • docx - Microsoft Word document, and
  • odt - OpenDocument document.

To generate an output of the above format, simply run

make <filename>.<supported format>

The geneated files can be removed by make clean or make realclean