snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Add decision tree learning example #387

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

Adds an example implementation of the ID3 algorithm.

Closes #177.

stevenbird commented 8 years ago

Thanks @cyderize