An open API service indexing awesome lists of open source software.

https://github.com/bgreenwell/intro-ml-r

Introduction to machine learning in R (slides for Analytics Connect '18)
https://github.com/bgreenwell/intro-ml-r

Last synced: about 2 months ago
JSON representation

Introduction to machine learning in R (slides for Analytics Connect '18)

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, echo = FALSE}
knitr::opts_chunk$set(
cache = TRUE,
collapse = TRUE,
comment = "#>",
# fig.align = "center",
fig.path = "docs/figures/README-"
)
```

# Introduction to Machine Learning in R

If I ever manage to finish the slides, they'll be available [here](https://bgreenwell.github.io/intro-ml-r/intro-ml-r.html#1)!

```{r out-of-gas, echo=FALSE, out.width="50%"}
RBitmoji::plot_comic(
id = "1551b314-5e8a-4477-aca2-088c05963111-v1",
tag = "out of gas"
)
```