Skip to content

Commit

Permalink
Merge pull request #40 from lauraguevara97/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
igrigorik authored Mar 12, 2018
2 parents 8f73bb6 + a2ec8e0 commit 7481ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Ruby library which implements ID3 (information gain) algorithm for decision tr
- Continuous looks at all possible values for a variable and iteratively chooses the best threshold between all possible assignments. This results in a binary tree which is partitioned by the threshold at every step. (e.g. temperate > 20C)

## Features
- ID3 algorithms for continuous and discrete cases, with support for incosistent datasets.
- ID3 algorithms for continuous and discrete cases, with support for inconsistent datasets.
- Graphviz component to visualize the learned tree (http://rockit.sourceforge.net/subprojects/graphr/)
- Support for multiple, and symbolic outputs and graphing of continuos trees.
- Returns default value when no branches are suitable for input
Expand Down

0 comments on commit 7481ea9

Please sign in to comment.