Libact Versions Save

Pool-based active learning in Python

v0.1.5

4 years ago

#165 thanks to @eugene-yang

v0.1.4

4 years ago

Installation process updated. See more details in #153

v0.1.3

7 years ago

Documentation polished.

v0.1.3b1

7 years ago

Added HierarchicalSampling and update author list

v0.1.3b0

7 years ago

Added more algorithm implementations

  • Binary Classification
    • #72 Density Weighted Uncertainty Sampling
    • #79 Uncertainty Sampling (entropy)
    • #80 Query By Committee (KL-divergence)
    • #98 Expected Error Reduction
  • Multilabel Classification
    • #74 Maximum loss reduction with Maximal Confidence
    • #83 Multilabel active learning with Auxiliary Learner
    • #85 Binary Minimization
    • #91 Adaptive active learning
  • Cost-Sensitive Multiclass Classification
    • #76 Active Learning with Cost Embedding

Model

  • #70 Scikit-learn model adapter
  • Multilabel classification model

Documentation

v0.1.2

8 years ago

v0.1

8 years ago