- Problem of Multicollinearity, lead to Overfitting
- Dimesionality reduction reduces dimension and not loose any information
- Risk of Overfitting
- Strength and Relationship between two variables
- Spearman Correlation (Assume linear relation between variable)
- Pearson Correlation (Not assumne any kind of relationship)
- Definition, Why it is a problem ?
- Technique to check collinearity : VIF
- Deteces Multicollinearity in the dataset
- Problem of Multicollinearity, lead to Overfitting
- Dimesionality reduction reduces dimension and not loose any information
- Definition, Type of Dimensionality Reduction Technique
- PCA
- Factor Analysis
- LDA
- T-sne
- Linear Discriminant Analysis
- Used for Supervised Classification problem
- Steps by steps to solve LDA
- Principal Component Analysis
- Used for Unsupervised Learning problem
- Example of PCA in depth
- Different Practical Tips to solve before PCA
- Variable are on Same Scale
- How many principal component should be expect
- Definition and Example
- Steps by steps to solve PCA
- Assumption of Each Dimensionality Reduction Algorithim
- Definition, Steps and Example
- Steps by steps to solve Factor Analysis