ntucllab / libact

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

add query_stragegies.multiclass.HierarchicalSampling #108

Closed sian-chen closed 7 years ago

sian-chen commented 7 years ago

Sanjoy Dasgupta and Daniel Hsu, Hierarchical sampling for active learning. ICML 2008.

yangarbiter commented 7 years ago

Please add this algorithm to the table of supported algorithms in the documentation https://github.com/ntucllab/libact/blob/master/docs/overview.rst

codecov-io commented 7 years ago

Codecov Report

Merging #108 into master will increase coverage by 1.39%. The diff coverage is 95.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   88.29%   89.69%   +1.39%     
==========================================
  Files          33       34       +1     
  Lines        1188     1358     +170     
==========================================
+ Hits         1049     1218     +169     
- Misses        139      140       +1
Impacted Files Coverage Δ
libact/query_strategies/multiclass/__init__.py 100% <100%> (ø) :arrow_up:
...ery_strategies/multiclass/hierarchical_sampling.py 95.85% <95.85%> (ø)
libact/query_strategies/uncertainty_sampling.py 94.59% <0%> (+5.4%) :arrow_up:
libact/models/svm.py 96% <0%> (+16%) :arrow_up:

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 b10a78d...3b6e0e7. Read the comment docs.