Video: Applied Predictive Modeling with R

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

There's more to Iowa than just today's presidential primary. Last month, the Central Iowa R User Group hosted Dr. Max Kuhn, Director of Non-Clinical Statistics at Pfizer Global R&D, via video-chat to present on Applied Predictive Modeling with R. Max is the co-author of the excellent book Applied Predictive Modeling (read our review here), and in the presentation he covers many of the topics from the book in a brisk 75 minutes.

Unlike most statistics courses which focus in the inferential side of models, Max's talk instead focuses on creating statistical models where the goal is prediction. Given his background at Pfizer, the talk includes analysis some interesting datasets, including one to predict the performance an algorithm used to identify cell components (the cell wall, nucleus, etc) in a microscopy slide. (The data is public, so you can recreate the analyses using this R code and the caret package.)

Cells

In addition to an overview of predictive modeling in general, you'll learn how to use R to use resampling techniques to select tuning parameters in a model (for example, the number of trees to use in a random forest), and how to evaluate the performance for classification using the confusion matriX and ROC curves. Watch the presentation below:

 

 

If you find the slides a little small to read, you can download them here and follow along. 

Applied Predictive Modeling: Central Iowa R User Group Talk

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)