Decision Tree Classification with Python

# Introduction Decision tree is a simple but classic algorithm in machine learning. This chapter will lead you to learn the principle of decision tree, understand the feature selection of classification through code, implement the algorithm flow with Python and learn to construct decision tree model using scikit-learn. Finally, the model is used to classify and predict some real data.

|60 : 00

Click the virtual machine below to start practicing