First release
Pre-release
Pre-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