Zombies taking over
Every TV in the country didn’t talk about anything else: zombies were finally taking over the world.
But there was still hope.
Adeline was part of the team dedicated to finding a cure to transform the zombies back. She wasn’t a machine learning expert but knew how to build logistic regression classifiers. Her job was to categorize zombies based on data captured by field teams.
Assuming that there are five categories of zombies and that Adeline is only working with logistic regression models, how many models does she need to build to classify zombies correctly?
Adeline can classify every zombie correctly by building a single model.
Adeline can classify every zombie correctly by building 5 models.
Adeline can classify every zombie correctly by building 24 models.
Adeline cannot classify every zombie using logistic regression. She needs a multi-class classification model instead.