Possible Next Steps
- Get more training examples
- Try a smaller set of features
- Get additional features
- Add polynomial features (x₁², x₂², x₁x₂…)
- Decrease regularization parameter (λ)
- Increase regularization parameter (λ)
Example scenario:
Possible Next Steps
Decision Challenge
Efficiently building machine learning systems requires making good decisions about what to try next. While there are many possible approaches to improving model performance, diagnostics provide critical insights that help you invest your time wisely. This week’s content will equip you with tools to evaluate your algorithms properly and make better development decisions.