Files | Admin

Notes:

Release Name: 0.3.0

Notes:


Changes: 0.3.0 - Sept. 15/07 * ID3Tree can now handle inconsistent datasets. * Ruleset is a new class that trains an ID3Tree with 2/3 of the training data, converts it into a set of rules and prunes the rules with the remaining 1/3 of the training data (in a C4.5 way). * Bagging is a bagging-based trainer (quite obvious), which trains 10 Ruleset trainers and when predicting chooses the best output based on voting.