Skip to content

Instantly share code, notes, and snippets.

@TomAnthony
TomAnthony / even_clusters.py
Last active July 30, 2017 13:13
Linkage - Even Clustering?
{
"cells": [
{
"cell_type": "code",
"execution_count": 18,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"from fastcluster import linkage\n",