Coclust: a Python package for co-clustering

Coclust provides both a Python package which implements several diagonal and non-diagonal co-clustering algorithms, and a ready to use script to perform co-clustering.

Co-clustering (also known as biclustering), is an important extension of cluster analysis since it allows to simultaneously groups objects and features in a matrix, resulting in both row and column clusters.

The script enables the user to process a dataset with co-clustering algorithms without writing Python code.

The Python package provides an API for Python developers. This API allows to use the algorithms in a pipeline with scikit-learn library for example.

coclust is distributed under the 3-Clause BSD license. It works with both Python 2.7 and Python 3.5.

_images/logo_lipade.png