Journal of Statistical Software (Mar 2019)

CoClust: A Python Package for Co-Clustering

  • François Role,
  • Stanislas Morbieu,
  • Mohamed Nadif

DOI
https://doi.org/10.18637/jss.v088.i07
Journal volume & issue
Vol. 88, no. 1
pp. 1 – 29

Abstract

Read online

Co-clustering (also known as biclustering), is an important extension of cluster analysis since it allows to simultaneously group objects and features in a matrix, resulting in row and column clusters that are both more accurate and easier to interpret. This paper presents the theory underlying several effective diagonal and non-diagonal co-clustering algorithms, and describes CoClust, a package which provides implementations for these algorithms. The quality of the results produced by the implemented algorithms is demonstrated through extensive tests performed on datasets of various size and balance. CoClust has been designed to complete and easily interface with popular Python machine learning libraries such as scikit-learn.

Keywords