机器学习实验报告(9):决策树
# Experiment 9: Decision Tree This is the report of Experiment 9: Decision Tree. # Purpose In this experiment, we want to classify the given wine dataset with a decision tree. I chose the ID3 algorithm, which decides whether it's a leaf node with information gain. # Procedure # generate training...
more...








