This package contains a number of utility modules that are helpful with machine learning tasks. Most of the modules work together with scikit-learn, others are more generally useful.
nolearn’s source is hosted on Github. Releases can be downloaded on PyPI.
We recommend using virtualenv to install nolearn.
To install the latest version of nolearn from Git using pip, run the following commands:
pip install -r https://raw.githubusercontent.com/dnouri/nolearn/master/requirements.txt
pip install git+https://github.com/dnouri/nolearn.git@master#egg=nolearn==0.7.git
To instead install the release from PyPI (which is somewhat old at this point), do:
pip install nolearn