Machine Learning Basics & Data Pre-Processing

First, in this class I cover basic topics about machine learning, including the types of machine learning models you might encounter and give examples of each type of model.

Second, I cover the essential topics one needs to know to pre-process data before doing a machine learning analysis. We discuss the concepts of one-hot encoding/dummy coding, rescaling continuous features, imputing missing values, and model validation techniques.


Code Available Here and Data Available Here

Suggested Reading: