0 votes
in Data Science by

Generally, which of the following method(s) is used for predicting continuous dependent variable?

  1. Linear Regression
  2. Logistic Regression

A. 1 and 2

B. only 1

C. only 2

D. None of these.

1 Answer

0 votes
by

Solution: B

Logistic Regression is used for classification problems. Regression term is misleading here.

 

...