GGiecold-zz / Cluster_Ensembles

A package for combining multiple partitions into a consolidated clustering. The combinatorial optimization problem of obtaining such a consensus clustering is reformulated in terms of approximation algorithms for graph or hyper-graph partitioning.
MIT License
69 stars 43 forks source link

name 'reduce' is not defined on pip install #17

Open AutomaticHourglass opened 4 years ago

AutomaticHourglass commented 4 years ago

Because of change in python, current version does not works correctly.

reduce has been moved to functools

Tested with python 3.6.9 (Google colab)