Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatelei/decisiontree
ID3决策树算法
https://github.com/fatelei/decisiontree
Last synced: about 1 month ago
JSON representation
ID3决策树算法
- Host: GitHub
- URL: https://github.com/fatelei/decisiontree
- Owner: fatelei
- Created: 2013-11-14T11:59:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T06:32:21.000Z (about 11 years ago)
- Last Synced: 2024-04-09T21:54:13.569Z (9 months ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DecisionTree
============测试数据
============
在data目录下,为json格式deploy
============> mkdir decstree
>
> cd decstree
>
> git clone [email protected]:fatelei/DecisionTree.git
>
> python bootstrap.py
>
> bin/buildout
>run
=============
> bin/destree --train_file data/train.txt --test_file data/test.txt