Generating Synthetic Data with make_blobs. The make_blobs function from sklearn.datasets is used to generate synthetic datasets for clustering and classification tasks. It creates isotropic Gaussian blobs, which are useful for testing clustering algorithms.
Used Heart dataset with different Variables,applied Kmeans model and clustered.