Podcast
Questions and Answers
What does linear regression aim to estimate?
What does linear regression aim to estimate?
- Real values (correct)
- Categorical values
- Discrete values
- Binary values
In linear regression, what are plotted on the Y axis?
In linear regression, what are plotted on the Y axis?
- Weights
- Features
- Predictions
- Target values (correct)
What does the yellow line in linear regression represent?
What does the yellow line in linear regression represent?
- Features
- Predictions (correct)
- Weights
- Real values
Why is linear regression called 'linear'?
Why is linear regression called 'linear'?
How are the features in a linear regression model weighted?
How are the features in a linear regression model weighted?
Linear regression can only be used for classification tasks.
Linear regression can only be used for classification tasks.
In linear regression, the target values are plotted on the X axis.
In linear regression, the target values are plotted on the X axis.
The yellow line in linear regression represents the relationship between features and target values.
The yellow line in linear regression represents the relationship between features and target values.
Each feature in the data set is weighted by a value W in linear regression.
Each feature in the data set is weighted by a value W in linear regression.
Linear regression can fit lines, planes, or hyperplanes in higher dimensional spaces.
Linear regression can fit lines, planes, or hyperplanes in higher dimensional spaces.