Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreenwell committed Mar 8, 2018
1 parent 0f7eacc commit b56c26a
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 3 deletions.
Empty file modified .dropbox
100755 → 100644
Empty file.
Empty file added Icon
Empty file.
7 changes: 6 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ output:
md_document:
variant: markdown_github
---
# MLDay18

# MLDay18: Random Forests and Gradient Boosting Machines in R

Slides for [MLDay18](http://business.uc.edu/academics/centers/analytics-center/events/machine-learning-day.html). This talk provides an overview of the follwing topics, as well as some of their implementations in the R programming language:

Expand All @@ -12,3 +13,7 @@ Slides for [MLDay18](http://business.uc.edu/academics/centers/analytics-center/e
* [Random forests](https://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm)

* [Gradient boostin machines](https://projecteuclid.org/euclid.aos/1013203451)

```{r img, echo=FALSE, fig.align="center", out.width="100%"}
knitr::include_graphics("http://business.uc.edu/academics/centers/analytics-center/events/machine-learning-day/jcr%3acontent/MainContent/image_575914274/image.img.jpg/1518032739061.jpg")
```
164 changes: 164 additions & 0 deletions README.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MLDay18
=======
MLDay18: Random Forests and Gradient Boosting Machines in R
===========================================================

Slides for [MLDay18](http://business.uc.edu/academics/centers/analytics-center/events/machine-learning-day.html). This talk provides an overview of the follwing topics, as well as some of their implementations in the R programming language:

Expand All @@ -8,3 +8,5 @@ Slides for [MLDay18](http://business.uc.edu/academics/centers/analytics-center/e
- [Random forests](https://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm)

- [Gradient boostin machines](https://projecteuclid.org/euclid.aos/1013203451)

<img src="http://business.uc.edu/academics/centers/analytics-center/events/machine-learning-day/jcr%3acontent/MainContent/image_575914274/image.img.jpg/1518032739061.jpg" width="100%" style="display: block; margin: auto;" />

0 comments on commit b56c26a

Please sign in to comment.