I want to do customized clustering algo for my datasets, that's cuz I don't want to try every algo and its hyperparameters.
I though I just define the default range of import hyperparameters ex: number of cluster in K-means. I want to iterate some possible clutering alog like K-means, DBSCAN, AP...etc, and I choose the suitable algo to cluster for me. I'm not sure if that is able to do, but does GridSearchCV work for me? Or any other ways to determine that? thx
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn