A supervised learning model has been built to predict whether someone is infected with a new strain of a virus. The probability of any one person having the virus is 1%. Using accuracy as a metric, what would be a good choice for a baseline accuracy score that the new model would want to outperform

Respuesta :

Answer:

A baseline score of 99% needs to be set.

Step-by-step explanation:

Since this is an example of a classification problem (the classes being whether somebody has been infected with a new virus or not), the ideal score to achieve in such a case is 100%. Hence, a baseline score of 99% should be set in order to get to 100% by outperforming it.

A baseline score of 99% needs to be set.

The following information should be considered:

  • Since this represents an example of a classification problem.
  • The ideal score to achieve in such a case is 100%.
  • Hence, a baseline score of 99% should be set in order to get to 100% by outperforming it.

Learn more: https://brainly.com/question/20492533?referrer=searchResults

ACCESS MORE