RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Fixed codebase to follow PEP8 standards #38

Closed rohansingh9001 closed 4 years ago

rohansingh9001 commented 4 years ago

References to other Issues or PRs or Relevant literature

NA

Brief description of what is fixed or changed

The entire codebase has been modified to follow PEP8 standards.

Other comments

One file MLlib/utils/naive_bayes_utils.py is beyond fix and hence been ignored by flake8 for now.