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)
- Host: GitHub
- URL: https://github.com/bgreenwell/intro-ml-r
- Owner: bgreenwell
- Created: 2018-10-22T19:12:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T11:48:48.000Z (over 6 years ago)
- Last Synced: 2025-02-02T00:48:41.469Z (4 months ago)
- Language: R
- Homepage: https://bgreenwell.github.io/intro-ml-r/intro-ml-r.html#1
- Size: 149 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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"
)
```