Question:medium

Which type of variable does linear regression predict?

Show Hint

Linear Regression predicts numeric continuous outcomes like price or age.
Updated On: Jan 14, 2026
  • Categorical
  • Discrete
  • Continuous
  • Binary
Show Solution

The Correct Option is C

Solution and Explanation

Linear Regression is a statistical technique for predicting a dependent variable's value using one or more independent variables.
The variable predicted by Linear Regression must be continuous, capable of assuming any numerical value within a spectrum.
Common applications include forecasting house prices, income, temperature, or sales.
Categorical variables are suitable for classification, not regression.
Discrete and binary variables can be addressed using classification or logistic regression.
Consequently, the appropriate variable type is Continuous.
Was this answer helpful?
0