You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [ML-3487] add accepted and suggested pylint rc files
* space, comments, messages
* refactor: rename or ignore invalid-names; remove unused import
* remove unused type
* rename globals
* ignore a variable name
* bugfix: variables named without updating in error message
* space, comment, alignment changes
* pylint disable protected-access
* ignore stlye case wise
* bugfix
* pylint snake_case and camelCase attribute names allowed
* ignore stlye case wise
* add spaces, indent, expressions to simplify reading
* pylint disable what can be kept
* if len if -> if any; imports, ignore importing issues
* add spaces, indent, group imports
* requires refactoring
* Undefined variable name 'imageType' in __all__
* add spaces, indent, group imports
* add and ignore todos
* no len as comparsion, indent, simple expressions
* add spaces, indent
* no-else-return seems weird on local machine, disabling
* group imports, ignore g, op names
* remove trailing white spaces
* ignore import error, add refactor todo, lazy logging
* fix imports, disable some
* use output of _validateParam, ignore too few in ThreadSafeIterator
* optimize imports, ignore fixme, no-self-use
* optimize imports
* optimize imports, space
* fix cyclic import (sparkdl.param -> sparkdl.param.image_params)
* optimize imports
* fixmes in code are acceptable; throw away value of validate_params; sz -> resize_image
0 commit comments