Chp 13 Flashcards
Quiz-10 - Standard and Health Data Science Tasks
What is a clinical prediction model? Select all that apply.
- A tool to predict patient health outcomes
- A structured algorithm that uses patient information to estimate the probability of a particular clinical outcome.
Which method is commonly used to derive disease subtyping from clinical data?
Clustering
Which of the followings are NOT a common data source for clinical text mining?
Chest X-ray
Physiological signals
What are the common application of anomaly detection?
- Network security
- Fraud detection
Which of the following is a type of supervised machine learning where the goal is to predict a continuous output variable?
Regression
In a binary classification problem, how many possible output classes are there?
Two
Which of the following is a common application of regression?
Stock price forecasting
Select the most suitable machine learning tasks for each of following scenarios.
a) Predicting the price of a house based on its size and location.
Regression
b) Grouping customers into different segments based on their purchasing behavior.
Clustering
c) Identifying unauthorized access in a computer network.
Anomaly detection
d) Categorizing emails as “Spam” or “Not Spam”.
Classification
In which application would you most likely use classification?
Diagnosing a disease as “Positive” or “Negative”
Which of the following best describes the nature of clustering in terms of learning?
Self-supervised learning from raw data.