activelearn: A Python Package for Active Learning

This project seeks to build a Python software package for active learning.

For Users

  • The package is free, open-source, and BSD 3-Clause licensed.

  • User manual

For Contributors and Developers

    • Motivation for the package

      • Most current packages do not have the notion of "raw data". They only take in feature vectors as input.

      • They offer very little flexibility for labeling. For example, how to display examples to the user, what instructions to show etc.

Contributors

  • Lokananda D.M.

  • Paul Suganthan G. C.

Related Projects and Resources

An incomplete list of related efforts:

    • libact: Python package for pool-based active learning.

    • Vowpal Wabbit: Fast out-of-core learning system in C++ having support for active learning. Provides interface for Python.