ntucllab / libact

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

multiple updates #153

Closed yangarbiter closed 5 years ago

yangarbiter commented 5 years ago

Added query strategies

Interface

Bug fix

Unit test improvements

Other improvements

codecov-io commented 5 years ago

Codecov Report

Merging #153 into master will decrease coverage by 0.22%. The diff coverage is 88.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
- Coverage   89.69%   89.46%   -0.23%     
==========================================
  Files          34       37       +3     
  Lines        1358     1557     +199     
==========================================
+ Hits         1218     1393     +175     
- Misses        140      164      +24
Impacted Files Coverage Δ
...query_strategies/multilabel/binary_minimization.py 100% <ø> (ø) :arrow_up:
...es/multilabel/multilabel_with_auxiliary_learner.py 89.58% <ø> (-0.22%) :arrow_down:
..._strategies/multilabel/adaptive_active_learning.py 100% <ø> (ø) :arrow_up:
..._strategies/multilabel/maximum_margin_reduction.py 97.77% <ø> (ø) :arrow_up:
..._strategies/multiclass/expected_error_reduction.py 92.5% <ø> (ø) :arrow_up:
...ery_strategies/multiclass/hierarchical_sampling.py 95.85% <100%> (ø) :arrow_up:
libact/query_strategies/multilabel/__init__.py 100% <100%> (ø) :arrow_up:
libact/utils/multilabel/__init__.py 100% <100%> (ø)
libact/query_strategies/uncertainty_sampling.py 95.23% <100%> (+0.64%) :arrow_up:
libact/base/interfaces.py 73.52% <50%> (-1.48%) :arrow_down:
... and 8 more

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 e37e9ed...6b380e2. Read the comment docs.