Welcome to problexity documentation!

_images/radars.gif

The problexity is a python library containing the implementation of metrics describing the complexity of the classification problem. The implementation was based on the publication of Lorena et al.

You can read more about it in the User Guide.

Getting started

To use the problexity package, it will be absolutely useful to install it. Fortunately, it is available in the PyPI repository, so you may install it using pip:

pip install -U problexity

You can also install the module cloned from Github using the setup.py file if you have a strange, but perhaps legitimate need:

git clone https://github.com/w4k2/problexity.git
cd problexity
make install

API Documentation

Precise API description of all the classes and functions implemented in the module.

See the README for more information.