Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dev-michael-schmidt/ai-id3

generate an ID3 decision tree using the UCI Iris and Breast Cancer datasets
https://github.com/dev-michael-schmidt/ai-id3

artificial-intelligence id3-decision-tree

Last synced: 1 day ago
JSON representation

generate an ID3 decision tree using the UCI Iris and Breast Cancer datasets

Awesome Lists containing this project

README

        

# ai-id3
generate an ID3 decision tree using training and test data. Datasets include:

[Iris UCI flower data](https://archive.ics.uci.edu/ml/datasets/iris)
[Breast cancer UCI data](https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic))
NOTE: Supplied breast cancer data was taylored from the above source. This program is likely not run properly on originial UCI dataset.