Hypothesis test for classification model
I have a model that outputs 0 or 1 for interest/not-interest in a job. I'm doing an A/B/C test comparing two models (treatment groups) and none (control group).
ANOVA for hypothesis testing and t-test with Bonferroni correction for posthoc testing is my plan. But both tests assume normality.
Can we have normality for 0 and 1? If so, how? If not, what's the best test (including posthoc)?
Topic anova hypothesis-testing ab-test classification
Category Data Science