I want to know what does make_blobs function do? It was used to create the dataset which sir used in the video to show the KNN algorithm impplementation
Doubt regarding KNN algorithm implementation video
Hey @abhaygarg2001, you can download the dataset used in this video from the following link :
Also Both make_blobs and make_classification create multiclass datasets by allocating each class one or more normally-distributed clusters of points. make_blobs provides greater control regarding the centers and standard deviations of each cluster, and is used to demonstrate clustering. You can find more information here.
Hope this helps.
Happy Learning 
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.