DecisionTreeID3
My implementation of Decision Tree ID3 algorithm for all categorical attributes.
Install / Use
/learn @tiepvupsu/DecisionTreeID3README
DecisionTreeID3
Implement ID3 algorithm for data with all categorical attributes by using panda and numpy (sklearn DecisionTreeClassifier doesn't support categorical attributes).
Stopping criteria
max_depth: the max depth of the tree.min_samples_split: the minimum number of samples in a split to be considered.min_gain: minimum gain for splitting.
simple test on weather.csv
| id | outlook | temperature | humidity | wind | play | |----|----------|-------------|----------|--------|------| | 1 | sunny | hot | high | weak | no | | 2 | sunny | hot | high | strong | no | | 3 | overcast | hot | high | weak | yes | | 4 | rainy | mild | high | weak | yes | | 5 | rainy | cool | normal | weak | yes | | 6 | rainy | cool | normal | strong | no | | 7 | overcast | cool | normal | strong | yes | | 8 | sunny | mild | high | weak | no | | 9 | sunny | cool | normal | weak | yes | | 10 | rainy | mild | normal | weak | yes | | 11 | sunny | mild | normal | strong | yes | | 12 | overcast | mild | high | strong | yes | | 13 | overcast | hot | normal | weak | yes | | 14 | rainy | mild | high | strong | no |
python id3.py
Result should be:
['no', 'no', 'yes', 'yes', 'yes', 'no', 'yes', 'no', 'yes', 'yes', 'yes', 'yes', 'yes', 'no']
It means 100% accuracy on training set.
Pruning might be added later.
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
