ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
776 stars 174 forks source link

fix bug in MMC #85

Closed yangarbiter closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #85 into master will increase coverage by 0.66%. The diff coverage is 97.95%.

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   87.48%   88.15%   +0.66%     
==========================================
  Files          27       28       +1     
  Lines         895      920      +25     
==========================================
+ Hits          783      811      +28     
+ Misses        112      109       -3
Impacted Files Coverage Δ
libact/models/sklearn_adapter.py 95.65% <ø> (+4.34%) :white_check_mark:
libact/models/multilabel/dummy_clf.py 94.11% <100%> (-5.89%) :x:
..._strategies/multilabel/maximum_margin_reduction.py 97.77% <100%> (-0.3%) :x:
libact/query_strategies/multilabel/init.py 100% <100%> (ø) :white_check_mark:
libact/models/multilabel/binary_relevance.py 76.81% <100%> (ø) :white_check_mark:
...query_strategies/multilabel/binary_minimization.py 100% <100%> (ø)
libact/models/logistic_regression.py 94.73% <ø> (+15.78%) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c1f799...5e553f4. Read the comment docs.