Question: Consider a classification problem where we are building a logistic regression classifier. The task is to predict if a given city has a risk of
Consider a classification problem where we are building a logistic regression classifier. The
task is to predict if a given city has a risk of a disease epidemic or not. The data is defined
using two input features or variables:
a Size of the city
b Distance to the nearest city with epidemic
The target is a binary no risk and risk
Consider the following training data set.
a Develop logistic regression to classify the risk.
b Construct confusion matrix and compute recall, precision, accuracy, and Fscore
c Develop Receiver Operating Characteristic ROC curve. Is the model accurate? How
much the accuracy of the model
d Use the developed model to predict if the following new cities have a risk of a disease
epidemic or not. Use probability threshold
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
