https://github.com/laschuet/decisiontrees.jl
Simple decision tree data structures and algorithms for teaching purposes
https://github.com/laschuet/decisiontrees.jl
julia
Last synced: about 1 year ago
JSON representation
Simple decision tree data structures and algorithms for teaching purposes
- Host: GitHub
- URL: https://github.com/laschuet/decisiontrees.jl
- Owner: laschuet
- License: mit
- Created: 2018-04-30T11:31:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T12:56:49.000Z (over 5 years ago)
- Last Synced: 2025-02-13T06:42:51.430Z (over 1 year ago)
- Topics: julia
- Language: Julia
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DecisionTrees.jl
[](https://github.com/laschuet/DecisionTrees.jl/blob/master/LICENSE.txt)
[](https://travis-ci.com/laschuet/DecisionTrees.jl)
[](https://ci.appveyor.com/project/laschuet/decisiontrees-jl/branch/master)
[](https://coveralls.io/github/laschuet/DecisionTrees.jl?branch=master)
[](https://codecov.io/gh/laschuet/DecisionTrees.jl)
Simple decision tree data structures and algorithms for teaching purposes.
## Focus
* Exemplary dataset
* Decision tree representation
* ID3 algorithm
## License
DecisionTrees.jl is licensed under the [MIT License](./LICENSE.txt).