Closed
Description
My code is below.
bandwidth = estimate_bandwidth(u_feas, quantile=0.3, n_samples=500)
ms = MeanShift(bandwidth=bandwidth, bin_seeding=True, cluster_all=True)
ms.fit(u_feas)
labels_new = ms.labels_
unique_labels = np.sort(np.unique(np.array(labels_new)))
I don't know how to solve the problem.Title is the error.
Best wishes!
Metadata
Metadata
Assignees
Labels
No labels