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
47 stars 68 forks source link

Resolved flake8 issues #204

Closed rohansingh9001 closed 1 year ago

rohansingh9001 commented 1 year ago

References to other Issues or PRs or Relevant literature

NA

Brief description of what is fixed or changed

codecov[bot] commented 1 year ago

Codecov Report

Merging #204 (b81e57b) into master (b6ab51e) will not change coverage. The diff coverage is 0.00%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/204/graphs/tree.svg?width=650&height=150&src=pr&token=Y1Z46WITCE&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ)](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/204?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ) ```diff @@ Coverage Diff @@ ## master #204 +/- ## ======================================= Coverage 11.13% 11.13% ======================================= Files 31 31 Lines 2433 2433 ======================================= Hits 271 271 Misses 2162 2162 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `11.13% <0.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/204?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ) | Coverage Δ | | |---|---|---| | [MLlib/distance\_metrics.py](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/204/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ#diff-TUxsaWIvZGlzdGFuY2VfbWV0cmljcy5weQ==) | `0.00% <0.00%> (ø)` | | | [MLlib/models.py](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/204/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ#diff-TUxsaWIvbW9kZWxzLnB5) | `0.00% <0.00%> (ø)` | | | [MLlib/tests/test\_activations.py](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/204/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ#diff-TUxsaWIvdGVzdHMvdGVzdF9hY3RpdmF0aW9ucy5weQ==) | `100.00% <ø> (ø)` | |