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

https://github.com/vanities/id3_tree

Iterative Dichotomiser 3 algorithm used to generate a decision tree from a dataset.
https://github.com/vanities/id3_tree

Last synced: 12 months ago
JSON representation

Iterative Dichotomiser 3 algorithm used to generate a decision tree from a dataset.

Awesome Lists containing this project

README

          

# ID3_Tree
Iterative Dichotomiser 3 algorithm used to generate a decision tree from a dataset

Using the Iris data set to set up a binary split on a decision tree to solve the classification problem between three different iris species.

1. compile the project with:
```make```

2. run the code, where:
```./id3 training_data testing_data```
or just execute to run multiple tests:
```./script.sh```