https://github.com/domarps/decisionstumpsweka
Decision Stump evaluation and implementation : a variant of the ID3 Algorithm from the Weka Machine Learning toolkit
https://github.com/domarps/decisionstumpsweka
Last synced: about 2 months ago
JSON representation
Decision Stump evaluation and implementation : a variant of the ID3 Algorithm from the Weka Machine Learning toolkit
- Host: GitHub
- URL: https://github.com/domarps/decisionstumpsweka
- Owner: domarps
- Created: 2016-01-03T05:29:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T05:54:23.000Z (over 9 years ago)
- Last Synced: 2025-01-30T23:52:55.578Z (4 months ago)
- Language: Java
- Size: 5.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DecisionStumpsWeka
Decision Stump evaluation and implementation : a variant of the ID3 Algorithm from the Weka Machine Learning toolkit- The submission directory contains four subdirectories, trees, hw2_baselineFeatures, hw2_improvedFeatures and hw2_ParameterTuning
- The trees subdirectory contains the decision trees for the improvedFeatures