GitHub / dfs99 / ID3_DecisionTree
The repository itself contains an implementation for the well-know ID3 algorithm. The implementation carried out uses a LIFO to apply backtracking instead of recursive calls.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfs99%2FID3_DecisionTree
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 8.79 KB
Dependencies parsed at: Pending
Created at: about 3 years ago
Updated at: about 3 years ago
Pushed at: about 3 years ago
Last synced at: almost 2 years ago
Topics: decision-tree-classifier, id3-algorithm, python3