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

namedtuple uses ._asdict() in py3 #12

Closed lefnire closed 6 years ago

lefnire commented 6 years ago

Saw the latest merged PR, possibly indicating a commitment to py3? If so, this fixes a py2=>py3 bug (namedtuples use ._asdict()). No hard feeling if rejected re: py2/3 cross-compatibility.