From Exploratory Data Analysis to Predictive Models

Exploratory Data Analysis (EDA) is crucial to understanding the dataset before we move into statistical and predictive modeling. over the next few chapters, we will review data visualizations and common statistical tests including t.test, ks.test, chisq.test, and aov (analysis of variance) for:

We will explore the relationships between the corresponding p-value’s from these statistical analyses and the impact they have on determining a feature’s importance in simple logistic regression classification models.