rasbt / machine-learning-notes

Collection of useful machine learning codes and snippets (originally intended for my personal use)
BSD 3-Clause "New" or "Revised" License
774 stars 138 forks source link

project template #16

Closed rasbt closed 2 years ago

pep8speaks commented 2 years ago

Hello @rasbt! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 33:80: E501 line too long (80 > 79 characters) Line 113:80: E501 line too long (82 > 79 characters) Line 121:80: E501 line too long (87 > 79 characters)

Line 83:80: E501 line too long (86 > 79 characters)

Line 9:2: W292 no newline at end of file