Skip to content

topepo/RPharma-2019-Workshop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Slides and code for the Applied Machine Learning short course at R/Pharma 2019.

If you would like to run teh computations on your local machine, please run this code to install and verify the packages:

install.packages(
  c("tidymodels", "kknn", "AmesHousing", "readr"), 
  repos = "http://cran.r-project.org"
)

library(tidymodels)
library(AmesHousing)
library(readr)
library(kknn)

Warnings here are okay, errors are not.

If you want to read up a bit about predictive modeling before the workshop, check out chapter 1 and chapter 3 of Feature Engineering and Selection.

About

Course notes and code for the workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published