AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 273 forks source link

Pep8 compliance for model #22

Closed ncherel closed 6 years ago

ncherel commented 6 years ago

Pep8.. didn't change code much but it needs a serious refactoring though. Will do it gradually with other PR.

Some long lines were ignored. Look for # noqa comments

Flake8 running without errors on the whole models folder

codecov[bot] commented 6 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #22   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           4      4           
=====================================
  Hits            4      4

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a471208...45d35f5. Read the comment docs.