Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 438 Bytes

RandomForest

A random forest classifier using decision trees. Uses Python 2.7

Info


In this program, a decision tree's question has a yes-no/0-1 answer.
There are 5 possible groups of classifications (0, 1, 2, 3, 4).

See good-moves.txt file for info about the structure of the training data.
Each line in the good-moves.txt file is a different training element. The last digit of each line is the target value.