I recommend getting rid of the comments (commented test runs) in the src/gradient_descent file, since all your actual tests are in the test folder. Also, a quick note that multiline comments can easily be more easily written like so:
'''
comment_1
comment_2
comment_3
'''
I recommend getting rid of the comments (commented test runs) in the src/gradient_descent file, since all your actual tests are in the test folder. Also, a quick note that multiline comments can easily be more easily written like so: ''' comment_1 comment_2 comment_3 '''