Decision Tree in Python: How to Build One. This article uses sklearn module in python to showcase in a very lucid way the nut and bolt of a simple decision tree algorithm in Python. Decision tree is a predictive model which is widely used in machine learning. In decision tree, the given data is continuously divided based on the given input. It is a supervised machine learning technique in which the data is divided into nodes and leaves similar to a tree.















