Tulmot / Sklearn-Multilabel

Ensembles de clasificadores Multi-Label en Scikit-Learn
2 stars 0 forks source link

Revisar la guía de estilo PEP8 #122

Closed alvarag closed 6 years ago

alvarag commented 6 years ago

Creo que no se está siguiendo bien la guía de estilo en todos los casos (ej: notebooks).

https://www.python.org/dev/peps/pep-0008/#imports

En concreto, el tema de los import:

Imports are always put at the top of the file, just after any module comments and docstrings, and before module globals and constants.

Imports should be grouped in the following order:

You should put a blank line between each group of imports.