ntucllab / libact

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

Add the implementation of Expected Error Reduction active learning algorithm #93

Closed iamyuanchung closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #93 into master will decrease coverage by -1.68%. The diff coverage is 21.21%.

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage    77.7%   76.03%   -1.68%     
==========================================
  Files          31       32       +1     
  Lines        1081     1114      +33     
==========================================
+ Hits          840      847       +7     
- Misses        241      267      +26
Impacted Files Coverage Δ
...ibact/query_strategies/expected_error_reduction.py 21.21% <21.21%> (ø)

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 ab9d4d1...3107b5f. Read the comment docs.

yangarbiter commented 7 years ago

Please write tests.

You can take quire's test as example since this is a slow algorithm.