Classifying Documents using machine learning algorithms This Python code analyses a collection of News Articles to identify topics from collection of words and classifies it into a fixed number of topics. The number of topics is evaluated by running an elbow test to find the best suited k value(number of topcics).