cheungdaven / DeepRec

An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
GNU General Public License v3.0
1.14k stars 293 forks source link

fixed: Fixed code that does not conform to the Python PEP8. #15

Closed buracagyang closed 5 years ago

buracagyang commented 5 years ago

Fixed code that does not conform to the Python PEP8. e.g, define all the attributes in __init__ method;lowercase argument name; Triple double-quoted for docstrings. And PEP 8 exists to improve the readability of Python code.