ml-rants

Various machine learning code and pipelines, in various languages. Used also to support some of my blog posts at: kyrcha.info. Since GitHub does not render Rmd notebooks, these notebooks are rendered using Rpubs.

Contents

Rendering Instructions

Rendering instructions for Rmd documents.

To render Rmd in markdown:

rmarkdown::render('CollinearityAndFeatureSelection.Rmd', output_format = 'md_document')

To render Rmd in html:

rmarkdown::render('CollinearityAndFeatureSelection.Rmd', output_format = 'html_document', output_dir = './docs')