I am using GridSearchCV to find the best parameter setting of my
sklearn.pipeline estimator. The pipeline consists of data transformation, UMAP
dimension reduction and Kmeans clustering.
The final Kmeans clustering results are scored using silhouette_score. I tried
to verify the whole pipeline/G
I am using GridSearchCV to find the best parameter setting of my
sklearn.pipeline estimator. The pipeline consists of data transformation, UMAP
dimension reduction and Kmeans clustering.
The final Kmeans clustering results are scored using silhouette_score. I tried
to verify the whole pipeline/G