Building Decision Trees in Python (O'Reilly)
[Posted February 15, 2006 by cook]
Christopher Roach
works with decision trees with Python in an O'Reilly article.
"
This article introduces a popular and easy-to-use datamining tool called a decision tree that should help you solve your marketing dilemma.
Decision trees are a topic of artificial intelligence. More specifically, they belong to the subfield of machine learning. This is due to their ability to learn--through example--to classify individual records in a data set."
(
Log in to post comments)