This report says an 89%-accurate churn model 'beats baseline' — but the baseline it computed is 8%. The majority-class baseline is the accuracy of always predicting the MAJORITY class, not the minority. Fix the one-character bug and watch the verdict flip.
The break is on line 4 — but read the whole snippet first.