Welcome to nolearn’s documentation!

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.

build status

Installation

Install via pip:

$ pip install nolearn

nolearn does not declare numpy or scipy as dependencies. So you may have to install these separately before installing nolearn:

$ pip install numpy
$ pip install scipy

Indices and tables

Table Of Contents

Next topic

nolearn.cache

This Page