Links in italic are either course or TA recommended.
- The Analytics Edge - MOOC from MIT, available on edX also
- -Introduction to Statistical Learning (ISLR)-
- DataCamp: Introduction to R
- DataCamp: Introduction to Machine Learning with R
- A short introduction to the caret package
Resources tied to specific weekly homeworks/lessons
- SVM Explained
- KNN Simple Example
- StackExchange: What is the influence of C in SVMS with the linear kernel?
- Support vector machines, kernels, and applications in computational biology - Slides by Jean-Philippe Vert, go more in-depth than the lecture videos on SVM and provide stand-in slides
- K Means Clustering in R Example
- DataCamp: K-Means Clustering in R Tutorial
- DataCamp: Machine Learning Toolbox: Chapter 1 - Good walkthrough of cross validation tactics
- StackExchange: How does cross-validation in train (caret) precisely work?
- Medium: K Fold Cross Validation and Other Techniques - Good visuals
- StackExchange: Interpreting the results of kmeans
- UC Business Analytics R Programming Guide - Exponential Smoothing
- otexts: 7.3 Holt-Winters’ seasonal method
- DataCamp: Forecasting Using R
- Plotting with rpart.plot
- StackExchange: Rpart Complexity Parameter
- StackExchange: Understanding of minbucket in rpart
- Towards Data Science: Random Forest in R
- UC Business Analytics: Random Forests - R based guide