News

In this article, we use a product fraud detection model based on the decision tree, which combines algorithm and feature engineering processing to predict the sales problem of a certain product. We ...
ID3 algorithm is the key algorithm of decision tree. For the shortcoming that ID3 algorithm tends to choose attribute which has many values, attribute importance was introduced to improve ID3 ...