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: 21 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T03:17:11.000Z (over 8 years ago)
- Last Synced: 2025-01-14T11:16:23.771Z (over 1 year 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.