An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DecisionTrees.jl

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/laschuet/DecisionTrees.jl/blob/master/LICENSE.txt)
[![build status](https://travis-ci.com/laschuet/DecisionTrees.jl.svg?branch=master)](https://travis-ci.com/laschuet/DecisionTrees.jl)
[![build status](https://ci.appveyor.com/api/projects/status/9rinbpnjg1dmkt0t/branch/master?svg=true)](https://ci.appveyor.com/project/laschuet/decisiontrees-jl/branch/master)
[![coveralls status](https://coveralls.io/repos/github/laschuet/DecisionTrees.jl/badge.svg?branch=master)](https://coveralls.io/github/laschuet/DecisionTrees.jl?branch=master)
[![codecov status](https://codecov.io/gh/laschuet/DecisionTrees.jl/branch/master/graph/badge.svg)](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).