X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg%2FClustering.py;h=1681efafdd3293127af0ed7b357af612ba451848;hp=a3abadea9b4244513056312b1c83dc754a5366c7;hb=HEAD;hpb=f5f267a53e90455937409ad2bd15324e717c8e04 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