igrigorik / decisiontree

ID3-based implementation of the ML Decision Tree algorithm
1.44k stars 130 forks source link

Graphr as gem #2

Closed louismullie closed 12 years ago

louismullie commented 12 years ago

The Ruby classes used by decision tree to interface with the GraphViz graph generator have been released as a gem under the name graphr. These commits add graphr as a runtime dependency in the gemspec file, and require the gem at runtime instead of checking for availability of manually installed classes.

igrigorik commented 12 years ago

thanks!