5. The following table34 lists a dataset containing the details of five participants in a heart disease

Question:

5. The following table34 lists a dataset containing the details of five participants in a heart disease study, and a target feature RISK which describes their risk of heart disease. Each patient is described in terms of four binary descriptive features EXERCISE, how regularly do they exercise SMOKER, do they smoke OBESE, are they overweight FAMILY, did any of their parents or siblings suffer from heart disease

image text in transcribed

a. As part of the study researchers have decided to create a predictive model to screen participants based on their risk of heart disease. You have been asked to implement this screening model using a random forest. The three tables below list three bootstrap samples that have been generated from the above dataset. Using these bootstrap samples create the decision trees that will be in the random forest model (use entropy based information gain as the feature selection criterion).

image text in transcribed

b. Assuming the random forest model you have created uses majority voting, what prediction will it return for the following query:
EXERCISE=rarely, SMOKER=false, OBESE=true, FAMILY=yes

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: