ITMO-NSS-team / GAMLET

Framework for meta-optimisation in AutoML tasks
https://gamlet.readthedocs.io
BSD 3-Clause "New" or "Revised" License
37 stars 0 forks source link

Builds fix #98

Closed MorrisNein closed 5 months ago

pep8speaks commented 5 months ago

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

Line 38:1: E402 module level import not at top of file Line 39:1: E402 module level import not at top of file Line 40:1: E402 module level import not at top of file Line 43:1: E402 module level import not at top of file Line 523:121: E501 line too long (149 > 120 characters) Line 577:121: E501 line too long (157 > 120 characters) Line 596:84: F821 undefined name 'e'

Line 7:1: F401 'pandas as pd' imported but unused

Line 15:1: F811 redefinition of unused 'DatasetMetaFeatures' from line 14