Which of the following algorithms is/are suitable for the below problem statement?
Problem Statement: To classify the severity of the infection on covid-19 patients as critical/ not critical based on their comorbidity, habits, and some other demographics data.
a. Linear Regression
b. Logistics Regression
c. K-Means
d. Decision tree
Answer: a. Linear Regression
b. Logistics Regression