ntucllab / libact

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

Eer #98

Closed yangarbiter closed 7 years ago

yangarbiter commented 7 years ago

75

codecov-io commented 7 years ago

Codecov Report

Merging #98 into master will increase coverage by 9.33%. The diff coverage is 92.68%.

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   78.93%   88.27%   +9.33%     
==========================================
  Files          32       33       +1     
  Lines        1144     1185      +41     
==========================================
+ Hits          903     1046     +143     
+ Misses        241      139     -102
Impacted Files Coverage Δ
libact/query_strategies/multiclass/init.py 100% <100%> (ø) :white_check_mark:
..._strategies/multiclass/expected_error_reduction.py 92.5% <92.5%> (ø)
libact/query_strategies/multiclass/mdsp.py 78.76% <0%> (+64.6%) :white_check_mark:
.../multiclass/active_learning_with_cost_embedding.py 100% <0%> (+78.04%) :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 cacd4e8...d3653d3. Read the comment docs.