rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.83k stars 855 forks source link

Compare mlxtend to GI mlxtend #963

Closed sonjaoffwood closed 1 year ago

pep8speaks commented 1 year ago

Hello @sonjaoffwood! Thanks for opening this PR.

Line 371:17: W503 line break before binary operator Line 516:49: E126 continuation line over-indented for hanging indent Line 772:50: W292 no newline at end of file

Line 5:11: E126 continuation line over-indented for hanging indent Line 11:8: E126 continuation line over-indented for hanging indent Line 12:21: E261 at least two spaces before inline comment Line 12:60: W291 trailing whitespace Line 18:8: E126 continuation line over-indented for hanging indent Line 19:24: E261 at least two spaces before inline comment Line 19:89: E501 line too long (107 > 88 characters) Line 19:108: W291 trailing whitespace Line 38:8: W292 no newline at end of file

Do see the Hitchhiker's guide to code style