Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dev-michael-schmidt/ai-id3
- Owner: dev-michael-schmidt
- License: mit
- Created: 2017-11-19T00:16:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T03:17:11.000Z (almost 7 years ago)
- Last Synced: 2024-03-20T04:44:59.129Z (8 months ago)
- Topics: artificial-intelligence, id3-decision-tree
- Language: Jupyter Notebook
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.