markroxor / fromscratchtoml

The machine learning library you really understand.
https://markroxor.github.io/fromscratchtoml/
MIT License
31 stars 19 forks source link

[WIP]Implementing Naive Bayes #49

Closed mohdkashif93 closed 6 years ago

mohdkashif93 commented 6 years ago
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 417


Changes Missing Coverage Covered Lines Changed/Added Lines %
fromscratchtoml/test/naive_bayes/test_gaussian_nb.py 4 18 22.22%
fromscratchtoml/naive_bayes/gaussian.py 7 43 16.28%
<!-- Total: 12 62 19.35% -->
Totals Coverage Status
Change from base Build 408: -5.5%
Covered Lines: 795
Relevant Lines: 871

💛 - Coveralls
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 410


Totals Coverage Status
Change from base Build 408: 0.0%
Covered Lines: 783
Relevant Lines: 809

💛 - Coveralls
markroxor commented 6 years ago

@mohdkashif93

  1. Please use flake8 for PEP8 fixes.
  2. Use intuitive variable names.
markroxor commented 6 years ago

@mohdkashif93 ping