Machine LearningCoding
Write a Python function to implement the k-means clustering algorithm entirely from scratch, without using scikit-learn.
Was asked at
More interviews, more skills, more success.
Be the first to share your approach to this question
Interview question asked to Data Scientists interviewing at Symantec, DeliveryHero, Tableau and other companies. Original question asked: Write a Python function to implement the k-means clustering algorithm entirely from scratch, without using scikit-learn..