Question:medium

For a healthcare organisation’s objective of predicting disease outbreaks and efficiently allocating resources through the analysis of medical records, would you recommend using supervised learning or unsupervised learning as the preferred machine learning approach? Explain your choice briefly.

Show Hint

Supervised learning is ideal when predicting outcomes based on labeled data, making it suitable for predicting disease outbreaks.
Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

Supervised learning is the preferred method here. It involves training a model with data that includes known outcomes, such as whether a disease outbreak occurred. This enables the model to identify patterns within medical records for predicting future outbreaks or optimizing resource allocation. While unsupervised learning is suitable for clustering or anomaly detection, it does not offer the direct, labeled-outcome predictions characteristic of supervised learning.

Was this answer helpful?
0