ntucllab / libact

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

fix ideal labeler for MLC problem #178

Closed yangarbiter closed 4 years ago

yangarbiter commented 4 years ago

176

codecov-commenter commented 4 years ago

Codecov Report

Merging #178 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   89.47%   89.47%           
=======================================
  Files          37       37           
  Lines        1567     1568    +1     
=======================================
+ Hits         1402     1403    +1     
  Misses        165      165           
Impacted Files Coverage Δ
libact/labelers/ideal_labeler.py 100.00% <100.00%> (ø)

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 c3babc8...4061763. Read the comment docs.