Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahardekel/decision-tree-classifier
implement a decision tree classifier using the CART algorithm with the Entropy measurement
https://github.com/shahardekel/decision-tree-classifier
Last synced: about 16 hours ago
JSON representation
implement a decision tree classifier using the CART algorithm with the Entropy measurement
- Host: GitHub
- URL: https://github.com/shahardekel/decision-tree-classifier
- Owner: shahardekel
- Created: 2020-08-12T12:02:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T12:02:44.000Z (about 4 years ago)
- Last Synced: 2023-09-04T14:50:31.051Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# decision-tree-classifier
implement a decision tree classifier using the CART algorithm with the Entropy measurement