1종 에러 : False Alarm => 실제로 일이 일어나지 않았는데 알람이 울리는 것 (귀무가설이 참인데 잘못 판단하여 기각해 버리는 오류)
2종 에러 : Miss => 실제로 일이 일어났는데 알람이 울리지 않는 것 (귀무가설이 거짓인데도 기각하지 않아서 생기는 오류)
Visual exploration of relationship between variables
Continuous Vs Continuous ---- Scatter Plot
Categorical Vs Continuous---- Box Plot
Categorical Vs Categorical---- Grouped Bar Plots
Statistical measurement of relationship strength between variables
Continuous Vs Continuous ---- Correlation matrix
Categorical Vs Continuous---- ANOVA test
Categorical Vs Categorical--- Chi-Square test
In this case study the Target variable is categorical, hence below two scenarios will be present
Categorical Target Variable Vs Continuous Predictor => Box Plots & ANOVA test
Categorical Target Variable Vs Categorical Predictor => Grouped Bar Charts, Chi-Sq test