We've previously discussed the inner working of Ordinary least squares regression here, it's time to focus on statistical analysis and uncovering patterns using The General Linear Model (GLM).
- Practical application of GLM covering ANOVA and Post hoc analysis
- Importance of explanatory data analysis (EDA) in understanding data, uncovering hidden patterns and drawing correct conclusions for modeling
- Pitfalls leading to wrong conclusions
Following a step-by-step approach to understand individual concepts then wrapping it up with an attempt to automate parts of EDA process!
- Exploratory Data Analysis (EDA)
- Univariate Analysis
- Bivariate analysis - Numeric vs Numeric variables
- Bivariate analysis - Categorical vs Categorical variables
- Bivariate analysis - Categorical vs numeric variables
- Multivariate analysis
- Modeling
- Modeling Summary
- Automation
Check my YouTube Channel