Repo Added
|
Files
14
|
Badge
README BADGES
|
push
coveralls-python
402 of 402 relevant lines covered (100.0%)
1.0 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
100.0 | algorithms/linear_regression/__init__.py | 0 | 0 | 0 | 0 | 0.0 | |
100.0 | algorithms/linear_regression/linear_regression.py | 109 | 33 | 33 | 0 | 1.0 | |
100.0 | algorithms/linear_regression/mean_squared_error.py | 9 | 5 | 5 | 0 | 1.0 | |
100.0 | algorithms/logistic_regression/binary_metrics.py | 70 | 25 | 25 | 0 | 1.0 | |
100.0 | ...orithms/logistic_regression/logistic_regression.py | 134 | 45 | 45 | 0 | 1.0 | |
100.0 | algorithms/naive_bayes/naive_bayes.py | 107 | 29 | 29 | 0 | 1.0 | |
100.0 | algorithms/support_vector_machine/svm.py | 78 | 32 | 32 | 0 | 1.0 | |
100.0 | tests/test_linear_regression/test_lin_reg.py | 93 | 53 | 53 | 0 | 1.0 | |
100.0 | tests/test_linear_regression/test_mse.py | 34 | 16 | 16 | 0 | 1.0 | |
100.0 | tests/test_logistic_regression/test_log_reg.py | 104 | 62 | 62 | 0 | 1.0 |
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
#8 | ci_test | Update linear_regression.py | push | coveralls-python |
100.0 |