Skip to content

First release

Pre-release
Pre-release
Compare
Choose a tag to compare
@cosmic-cortex cosmic-cortex released this 08 Jan 12:11
· 420 commits to master since this release

modAL 0.1.0

Modular Active Learning framework for Python3

Release notes

modAL is finally released! For its capabilities and documentation, see the page https://cosmic-cortex.github.io/modAL/!

Installation

modAL requires

  • Python >= 3.5
  • NumPy >= 1.13
  • SciPy >= 0.18
  • scikit-learn >= 0.18

You can install modAL directly with pip:

pip install modAL

Alternatively, you can install modAL directly from source:

pip install git+https://github.com/cosmic-cortex/modAL.git