walliuswilliam / machine-learning

0 stars 0 forks source link

Extra comments #2

Closed jyhong05 closed 3 years ago

jyhong05 commented 3 years ago

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 '''

walliuswilliam commented 3 years ago

thanks, i got rid of them