Session 10: Linear Regression

Hello everyone!

Use this thread to ask questions about topics covered in Session 10.

General rules to follow:

  • Indicate the quiz or exercise name at the beginning of your post.
  • Write down your question in as much detail as you possibly can.
  • If your question involves code, please include it in code blocks below with comments and avoid posting screenshots.

The graph that we need to get at the end of the coding exercise “Excercise: Custom Linear Regression Implementation” I’m getting it correctly but in the test cases named “test_class”,“test_attrs”,“test_instance” I’m facing an error saying "name ‘my_linear_reg’ is not defined " please help

please reply

I am also facing same problem