X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg%2FClustering.py;h=1681efafdd3293127af0ed7b357af612ba451848;hp=a3abadea9b4244513056312b1c83dc754a5366c7;hb=88d04533bca919d52194a1c3c0e6e982c926a75f;hpb=d0ebe84d9e01a7afa1916f3d1b4c9dfd7a32eccc diff --git a/mlpccg/Clustering.py b/mlpccg/Clustering.py index a3abade..1681efa 100644 --- a/mlpccg/Clustering.py +++ b/mlpccg/Clustering.py @@ -1,7 +1,6 @@ from sklearn.cluster import AffinityPropagation from sklearn.feature_extraction import DictVectorizer from collections import defaultdict -import csv from mlpccg.CardDb import CARDDB from mlpccg.DeckList import DeckList