Recent Posts

More Posts

Install Docker on Windows and use via CMD or Bash on Windows (Linux subsystem for Windows - WSL)

CONTINUE READING

This is a quick tutorial how to install ApacheSpark on Windows via the pre-built on Apache Hadoop.

CONTINUE READING

This is a post written in plain Markdown (*.md) instead of R Markdown (*.Rmd). The major differences are: You cannot run any R code in a plain Markdown document, whereas in an R Markdown document, you can embed R code chunks (```{r}); A plain Markdown post is rendered through Blackfriday, and an R Markdown document is compiled by rmarkdown and Pandoc. There are many differences in syntax between Blackfriday’s Markdown and Pandoc’s Markdown.

CONTINUE READING

Create a beautifully simple personal or academic website in under 10 minutes.

CONTINUE READING

Enable/disable and configure widgets to customize your homepage.

CONTINUE READING

Projects

Lending Club Loan Data in R

An end-to-end data science walkthrough of Kaggle lending club loan data with R (in particular tidyverse, visualization libraries and caret)