michaeldorner / DecisionTrees

Seminar work "Decision Trees - An Introduction" with presentation, seminar paper, and Python implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code correction for implementation.py

lucksd356 opened this issue · comments

96: trueBranch = growDecisionTreeFrom(bestSets[0], evaluationFunction)
97: falseBranch = growDecisionTreeFrom(bestSets[1], evaluationFunction)

Sorry, I don't know what you mean.