Which regression technique is primarily used for predicting a continuous outcome variable (like house price)?
- Decision Tree Regression
- Linear Regression
- Logistic Regression
- Polynomial Regression
Linear Regression is the most common technique for predicting a continuous outcome variable, such as house prices. It establishes a linear relationship between input features and the output.
Loading...
Related Quiz
- Deep Q Networks (DQNs) are a combination of Q-learning and what other machine learning approach?
- While supervised learning requires explicit labels, ________ learning operates on data without explicit instructions.
- In the bias-variance decomposition of the expected test error, which component represents the error due to the noise in the training data?
- Dimensionality reduction techniques, like PCA and t-SNE, are essential when dealing with the ________ curse.
- The output of a GAN, after training, is a/an ________ that closely resembles the real data.