Closed FernandoVN98 closed 1 year ago
Merging #445 (082e9d5) into master (3f343e6) will decrease coverage by
0.02%
. The diff coverage is93.10%
.
@@ Coverage Diff @@
## master #445 +/- ##
==========================================
- Coverage 95.02% 95.01% -0.02%
==========================================
Files 48 48
Lines 7120 7141 +21
==========================================
+ Hits 6766 6785 +19
- Misses 354 356 +2
Files | Coverage Δ | |
---|---|---|
dislib/trees/decision_tree.py | 99.14% <100.00%> (+<0.01%) |
:arrow_up: |
dislib/trees/forest.py | 98.70% <100.00%> (+0.05%) |
:arrow_up: |
dislib/data/util/model.py | 90.47% <50.00%> (-4.27%) |
:arrow_down: |
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3f343e6...082e9d5. Read the comment docs.
… forest
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #(issue_number)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.
test_rf.py
]RFTest.test_make_classification
]Reproduce instructions:
Checklist: