https://github.com/alekseyl1992/id3
ID3 machine learning classifier algorithm implementation (python, numpy)
https://github.com/alekseyl1992/id3
Last synced: 3 months ago
JSON representation
ID3 machine learning classifier algorithm implementation (python, numpy)
- Host: GitHub
- URL: https://github.com/alekseyl1992/id3
- Owner: alekseyl1992
- Created: 2016-04-30T22:15:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T18:42:31.000Z (about 9 years ago)
- Last Synced: 2025-01-24T20:30:32.653Z (5 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# id3
ID3 machine learning classifier + KNN anomaly detection algorithms implementation (python, numpy)