tmeits / ml-rants

Various machine learning and statistics notebooks and pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

About

Various machine learning and statistics notebooks and pipelines


Languages

Language:Jupyter Notebook 100.0%