ntucllab / libact

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

multilable_with_auxiliary_learner #83

Closed yangarbiter closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #83 into master will increase coverage by 0.38%.

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage    87.1%   87.48%   +0.38%     
==========================================
  Files          26       27       +1     
  Lines         814      895      +81     
==========================================
+ Hits          709      783      +74     
- Misses        105      112       +7
Impacted Files Coverage Δ
libact/models/svm.py 85.71% <ø> (+14.28%) :white_check_mark:
libact/base/interfaces.py 75% <100%> (+1.66%) :white_check_mark:
libact/models/multilabel/dummy_clf.py 100% <100%> (ø) :white_check_mark:
libact/query_strategies/multilabel/init.py 100% <100%> (ø) :white_check_mark:
libact/models/multilabel/binary_relevance.py 76.81% <57.14%> (+3%) :white_check_mark:
...es/multilabel/multilable_with_auxiliary_learner.py 89.79% <89.79%> (ø)

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 7212a2b...6803eb2. Read the comment docs.