Recall & Review
beginner
What is the main limitation of simple linear regression?
Simple linear regression can only model straight-line relationships between input and output. It cannot capture curves or complex patterns in data.
Click to reveal answer
beginner
How do polynomial regression models handle non-linearity?
Polynomial regression adds powers of input features (like x², x³) to the model, allowing it to fit curved lines instead of just straight lines.
Click to reveal answer
intermediate
What role do basis functions play in advanced regression?
Basis functions transform input data into new features that can capture complex patterns, helping the regression model fit non-linear relationships.
Click to reveal answer
advanced
Why can kernel methods help regression models handle non-linearity?
Kernel methods implicitly map data into higher-dimensional spaces where linear regression can fit complex, non-linear patterns without explicitly computing new features.
Click to reveal answer
intermediate
How does regularization affect advanced regression models that handle non-linearity?
Regularization helps prevent overfitting when models become complex by adding a penalty for large coefficients, keeping the model simpler and more generalizable.
Click to reveal answer
Which method allows regression to fit curved relationships?
✗ Incorrect
Polynomial regression adds powers of features to model curves, unlike simple linear regression which fits straight lines.
What is the purpose of basis functions in regression?
✗ Incorrect
Basis functions create new features that help the model learn complex, non-linear relationships.
Kernel methods help regression models by:
✗ Incorrect
Kernel methods allow models to fit non-linear patterns by working in higher-dimensional spaces without explicit feature calculation.
Regularization in advanced regression is used to:
✗ Incorrect
Regularization adds a penalty to large coefficients, helping keep the model simpler and avoid fitting noise.
Which of these is NOT a way to handle non-linearity in regression?
✗ Incorrect
Simple linear regression without feature transformation cannot capture non-linear relationships.
Explain why simple linear regression struggles with non-linear data and how advanced regression techniques overcome this.
Think about how adding new features or changing the data space helps the model fit curves.
You got /5 concepts.
Describe the role of basis functions and kernel methods in handling non-linearity in regression models.
Focus on how these techniques transform or represent data differently.
You got /5 concepts.