RandomForests
RandomForests copied to clipboard
Black
adding black for formatting and pytest.ini
Codecov Report
Merging #12 (c1e98af) into master (8e281a7) will decrease coverage by
0.12%. The diff coverage is95.91%.
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
- Coverage 96.74% 96.62% -0.13%
==========================================
Files 19 19
Lines 492 474 -18
==========================================
- Hits 476 458 -18
Misses 16 16
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/randomforests/__init__.py | 100.00% <ø> (ø) |
|
| src/randomforests/utils.py | 100.00% <ø> (ø) |
|
| src/randomforests/Forest.py | 78.94% <87.50%> (ø) |
|
| src/randomforests/ForestClassifier.py | 93.75% <91.66%> (ø) |
|
| src/randomforests/ForestRegressor.py | 93.54% <92.30%> (ø) |
|
| src/randomforests/Tree.py | 92.94% <92.59%> (ø) |
|
| src/randomforests/TreeClassifier.py | 97.29% <92.85%> (ø) |
|
| src/randomforests/TreeRegressor.py | 96.15% <100.00%> (ø) |
|
| tests/integration/test_int_forest_clf.py | 100.00% <100.00%> (ø) |
|
| tests/integration/test_int_forest_reg.py | 100.00% <100.00%> (ø) |
|
| ... and 17 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 8e281a7...c1e98af. Read the comment docs.