rasbt / machine-learning-book

Code Repository for Machine Learning with PyTorch and Scikit-Learn
https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn
MIT License
3.64k stars 1.31k forks source link

fix smile classifier #63

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 66:80: E501 line too long (214 > 79 characters) Line 67:2: W291 trailing whitespace Line 68:80: E501 line too long (124 > 79 characters) Line 68:125: W291 trailing whitespace Line 69:80: E501 line too long (127 > 79 characters) Line 69:128: W291 trailing whitespace Line 70:2: W291 trailing whitespace Line 71:70: W291 trailing whitespace Line 72:2: W291 trailing whitespace Line 73:80: E501 line too long (86 > 79 characters) Line 73:87: W291 trailing whitespace Line 74:80: E501 line too long (123 > 79 characters) Line 75:80: E501 line too long (173 > 79 characters) Line 76:2: W291 trailing whitespace Line 77:80: E501 line too long (231 > 79 characters)

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB