Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.26 KB

regressions.md

File metadata and controls

44 lines (29 loc) · 1.26 KB

Regressions

Back to Index


Essential Reading

Understanding Regressions

Extra Reading

Checklist

Check your knowledge:

  • When will you use regression?
  • What are some regression algorithms?
  • Know what is an error / residual
  • Understand different error metrics
    • Sum of Squared Error (SSE)
    • Mean square error (MSE)
    • Mean absolute error (MAE)
    • Root mean squared error (RMSE)

Exercises

Difficulty Level

★☆☆ - Easy
★★☆ - Medium
★★★ - Challenging
★★★★ - Bonus