-
Notifications
You must be signed in to change notification settings - Fork 19
/
README.Rmd
75 lines (57 loc) · 3.92 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
output: github_document
---
# Advanced R
### Course Description
Welcome to Advanced Analytics with R\! This short course builds onto the [Intro to R](https://github.com/uc-r/Intro-R)
and [Intermediate R](https://github.com/uc-r/Intermediate-R) courses and provides
a hands-on approach to applying advanced analytic techniques with the R programming language. In this course you will gain deeper knowledge around the analytic modeling process and apply various supervised and unsupervised machine learning algorithms. The
following is an outline of the material covered in this training:
**Day 1**
| Topic | Time |
| :------------------------------------ | :-----------: |
| Breakfast / Social time | 8:00 - 9:00 |
| [Getting started](https://uc-r.github.io/Advanced-R/01-intro.html) | 9:00 - 9:45 |
| [Unsupervised modeling](https://uc-r.github.io/Advanced-R/02-unsupervised-learning.html) | 9:45 - 10:45 |
| Break | 10:45 - 11:00 |
| [Supervised modeling process](https://uc-r.github.io/Advanced-R/03-supervised-modeling-process.html) | 11:00 - 12:00 |
| Lunch | 12:00 - 1:00 |
| [Feature & target engineering](https://uc-r.github.io/Advanced-R/04-engineering.html) | 1:00 - 2:00 |
| [Regression & cousins](https://uc-r.github.io/Advanced-R/05-regression.html) | 2:00 - 4:00 |
| Q\&A | 4:00 - 4:30 |
**Day 2**
| Topic | Time |
| :----------------------------------------- | :-----------: |
| Breakfast / Social time | 8:00 - 9:00 |
| [Decision trees, bagging, & random forests](https://uc-r.github.io/Advanced-R/06-random-forest.html) | 9:00 - 11:00 |
| [Gradient boosting machines](https://uc-r.github.io/Advanced-R/07-gbms.html) | 11:00 - 12:00 |
| Lunch | 12:00 - 1:00 |
| [Stacked models & auto ML](https://uc-r.github.io/Advanced-R/08-stacking.html) | 1:00 - 2:00 |
| [Interpretable machine learning](https://bradleyboehmke.github.io/CinDay-RUG-IML-2018/slides-source.html#1) | 2:15 - 3:45 |
| Q\&A | 4:00 - 4:30 |
___Schedule is still being refined and is subject to change; however, the topics should remain the same.___
### Course Preparation
To prepare for this course please complete the following ***prior*** to
the day of class:
1. Download the class material [here](https://www.dropbox.com/sh/cpz3lqwr963x6mt/AAAdGTNgiiwdDg9SmawSmyjGa?dl=1).
This will provide you with the R scripts and notebooks to follow along
during class.
2. After downloading the files, open the `00-run-this-script-first.R` and run
the code. This will make sure you have all required packages that will be
used in the class.
3. All slides are available via the hyperlinks in the schedule above so
that you can follow along.
4. Please have the following versions of R and RStudio installed. If
you have an earlier version of R that is at least version 3.4.5 or
later you should be ok but its best to be as current as possible.
- R: 3.5.1 \[[download latest
version](https://cran.r-project.org/)\]
- RStudio: 1.1.463 \[[download latest
version](https://www.rstudio.com/products/rstudio/download/#download)\]
5. This course makes ___strong___ assumptions about your prior knowledge such as
your ability to define functions, manage R objects, control the flow of a program,
and other basic tasks. To ensure your success, be sure that you have reviewed
and are comfortable with the material covered in the [Intro to R](https://github.com/uc-r/Intro-R)
and [Intermediate R](https://github.com/uc-r/Intermediate-R) courses.
If you have any specific questions prior to the class you can reach out to me
(Brad Boehmke) directly at [[email protected]](mailto:[email protected]).